#8A66E8

Color #8A66E8 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8A66E8

Tints of Medium Purple #8A66E8

Color information

#8A66E8 (or 0x8A66E8) is unknown color: approx Medium Purple. HEX triplet: 8A, 66 and E8. RGB value is (138,102,232). Sum of RGB (Red+Green+Blue) = 138+102+232=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #8A66E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A66E8 is #759917. Grayscale: #7F7F7F. Windows color (decimal): -7706904 or 15230602. OLE color: 15230602.

HSL color Cylindrical-coordinate representation of color #8A66E8: hue angle of 256.62º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A66E8 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB138102232-
CMYK0.410.5600.09
HSL256.62º73.86%65.49%-
HSV(B)256.62º56.03%90.98%-
XYZ29.820.7378.78-
YUV127.58186.93135.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.24%
GREEN value IS 102 (40.23% from 255) = 21.61%
BLUE value IS 232 (91.02% from 255) = 49.15%
R=29.24%
G=21.61%
B=49.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1381022320.410.5600.09256.6273.8665.49
Hex8A66E82938091014a41
Octal2121463505170011401112101
Binary100010101100110111010001010011110000100110000000110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A66E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,102,232); }

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

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

 a { background-color: rgb(138,102,232); }

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

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

 span { border-color: rgb(138,102,232); }

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