#8a38ef

Color #8A38EF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8A38EF

Tints of Blue Violet #8A38EF

Color information

#8A38EF (or 0x8A38EF) is unknown color: approx Blue Violet. HEX triplet: 8A, 38 and EF. RGB value is (138,56,239). Sum of RGB (Red+Green+Blue) = 138+56+239=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A38EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A38EF is #75C710. Grayscale: #646464. Windows color (decimal): -7718673 or 15677578. OLE color: 15677578.

HSL color Cylindrical-coordinate representation of color #8A38EF: hue angle of 266.89º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A38EF is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13856239-
CMYK0.420.7700.06
HSL266.89º85.12%57.84%-
HSV(B)266.89º76.57%93.73%-
XYZ27.4814.4683-
YUV101.38205.67154.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 56 (22.27% from 255) = 12.93%
BLUE value IS 239 (93.75% from 255) = 55.20%
R=31.87%
G=12.93%
B=55.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal138562390.420.7700.06266.8985.1257.84
Hex8A38EF2A4D0610b553a
Octal21270357521150641312572
Binary1000101011100011101111101010100110101101000010111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a38ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8a38ef; }

 p { color: rgb(138,56,239); }

 H1.HeaderClassName
 {
   color: #8a38ef;
 }
 .AnyTagClassName
 {
   color: #8a38ef;
 }
</style>
background-color css

<style>
 a { background-color: #8a38ef; }

 a { background-color: rgb(138,56,239); }

 div.DivClassName
 {
   background-color: #8a38ef;
 }
 .BgClassName
 {
   background-color: #8a38ef;
 }
</style>
border-color css

<style>
 span { border-color: #8a38ef; }

 span { border-color: rgb(138,56,239); }

 td.TdClassName
 {
   border-color: #8a38ef;
 }
 .TagClassName
 {
   border-color: #8a38ef;
 }
</style>