#8660DF

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

Shades of Medium Purple #8660DF

Tints of Medium Purple #8660DF

Color information

#8660DF (or 0x8660DF) is unknown color: approx Medium Purple. HEX triplet: 86, 60 and DF. RGB value is (134,96,223). Sum of RGB (Red+Green+Blue) = 134+96+223=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #8660DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8660DF is #799F20. Grayscale: #797979. Windows color (decimal): -7970593 or 14639238. OLE color: 14639238.

HSL color Cylindrical-coordinate representation of color #8660DF: hue angle of 257.95º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8660DF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13496223-
CMYK0.400.5700.13
HSL257.95º66.49%62.55%-
HSV(B)257.95º56.95%87.45%-
XYZ27.3318.7671.99-
YUV121.84185.09136.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.58%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 223 (87.5% from 255) = 49.23%
R=29.58%
G=21.19%
B=49.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134962230.400.5700.13257.9566.4962.55
Hex8660DF28390D102423f
Octal206140337507101540210277
Binary10000110110000011011111101000111001011011000000101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8660DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8660DF; }

 p { color: rgb(134,96,223); }

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

<style>
 a { background-color: #8660DF; }

 a { background-color: rgb(134,96,223); }

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

<style>
 span { border-color: #8660DF; }

 span { border-color: rgb(134,96,223); }

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