#8666DA

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

Shades of Medium Purple #8666DA

Tints of Medium Purple #8666DA

Color information

#8666DA (or 0x8666DA) is unknown color: approx Medium Purple. HEX triplet: 86, 66 and DA. RGB value is (134,102,218). Sum of RGB (Red+Green+Blue) = 134+102+218=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #8666DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8666DA is #799925. Grayscale: #7C7C7C. Windows color (decimal): -7969062 or 14313094. OLE color: 14313094.

HSL color Cylindrical-coordinate representation of color #8666DA: hue angle of 256.55º 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 #8666DA is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB134102218-
CMYK0.390.5300.15
HSL256.55º61.05%62.75%-
HSV(B)256.55º53.21%85.49%-
XYZ27.2419.6368.68-
YUV124.79180.6134.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.52%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 218 (85.55% from 255) = 48.02%
R=29.52%
G=22.47%
B=48.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1341022180.390.5300.15256.5561.0562.75
Hex8666DA27350F1013d3f
Octal20614633247650174017577
Binary1000011011001101101101010011111010101111100000001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8666DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8666DA; }

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

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

<style>
 a { background-color: #8666DA; }

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

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

<style>
 span { border-color: #8666DA; }

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

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