#8C66DA

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

Shades of Medium Purple #8C66DA

Tints of Medium Purple #8C66DA

Color information

#8C66DA (or 0x8C66DA) is unknown color: approx Medium Purple. HEX triplet: 8C, 66 and DA. RGB value is (140,102,218). Sum of RGB (Red+Green+Blue) = 140+102+218=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C66DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C66DA is #739925. Grayscale: #7E7E7E. Windows color (decimal): -7575846 or 14313100. OLE color: 14313100.

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

Color convert

RGB140102218-
CMYK0.360.5300.15
HSL259.66º61.05%62.75%-
HSV(B)259.66º53.21%85.49%-
XYZ28.2220.1468.73-
YUV126.59179.59137.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.43%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 218 (85.55% from 255) = 47.39%
R=30.43%
G=22.17%
B=47.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1401022180.360.5300.15259.6661.0562.75
Hex8C66DA24350F1043d3f
Octal21414633244650174047577
Binary1000110011001101101101010010011010101111100000100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C66DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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