#8861DF

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

Shades of Medium Purple #8861DF

Tints of Medium Purple #8861DF

Color information

#8861DF (or 0x8861DF) is unknown color: approx Medium Purple. HEX triplet: 88, 61 and DF. RGB value is (136,97,223). Sum of RGB (Red+Green+Blue) = 136+97+223=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #8861DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861DF is #779E20. Grayscale: #7A7A7A. Windows color (decimal): -7839265 or 14639496. OLE color: 14639496.

HSL color Cylindrical-coordinate representation of color #8861DF: hue angle of 258.57º 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 #8861DF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13697223-
CMYK0.390.5700.13
HSL258.57º66.32%62.75%-
HSV(B)258.57º56.5%87.45%-
XYZ27.7519.1172.04-
YUV123.02184.42137.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.82%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 223 (87.5% from 255) = 48.90%
R=29.82%
G=21.27%
B=48.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136972230.390.5700.13258.5766.3262.75
Hex8861DF27390D103423f
Octal210141337477101540310277
Binary10001000110000111011111100111111001011011000000111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8861DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,97,223); }

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

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

 a { background-color: rgb(136,97,223); }

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

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

 span { border-color: rgb(136,97,223); }

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