#8864DF

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

Shades of Medium Purple #8864DF

Tints of Medium Purple #8864DF

Color information

#8864DF (or 0x8864DF) is unknown color: approx Medium Purple. HEX triplet: 88, 64 and DF. RGB value is (136,100,223). Sum of RGB (Red+Green+Blue) = 136+100+223=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #8864DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864DF is #779B20. Grayscale: #7C7C7C. Windows color (decimal): -7838497 or 14640264. OLE color: 14640264.

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

Color convert

RGB136100223-
CMYK0.390.5500.13
HSL257.56º65.78%63.33%-
HSV(B)257.56º55.16%87.45%-
XYZ28.0319.6872.13-
YUV124.79183.43136-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.63%
GREEN value IS 100 (39.45% from 255) = 21.79%
BLUE value IS 223 (87.5% from 255) = 48.58%
R=29.63%
G=21.79%
B=48.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1361002230.390.5500.13257.5665.7863.33
Hex8864DF27370D102423f
Octal210144337476701540210277
Binary10001000110010011011111100111110111011011000000101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8864DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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