#8C66DB

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

Shades of Medium Purple #8C66DB

Tints of Medium Purple #8C66DB

Color information

#8C66DB (or 0x8C66DB) is unknown color: approx Medium Purple. HEX triplet: 8C, 66 and DB. RGB value is (140,102,219). Sum of RGB (Red+Green+Blue) = 140+102+219=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C66DB is #739924. Grayscale: #7E7E7E. Windows color (decimal): -7575845 or 14378636. OLE color: 14378636.

HSL color Cylindrical-coordinate representation of color #8C66DB: hue angle of 259.49º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C66DB is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140102219-
CMYK0.360.5300.14
HSL259.49º61.9%62.94%-
HSV(B)259.49º53.42%85.88%-
XYZ28.3520.1969.42-
YUV126.7180.09137.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.37%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=30.37%
G=22.13%
B=47.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401022190.360.5300.14259.4961.962.94
Hex8C66DB24350E1033e3f
Octal21414633344650164037677
Binary1000110011001101101101110010011010101110100000011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C66DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,102,219); }

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

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

 a { background-color: rgb(140,102,219); }

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

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

 span { border-color: rgb(140,102,219); }

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