#8867DC

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

Shades of Medium Purple #8867DC

Tints of Medium Purple #8867DC

Color information

#8867DC (or 0x8867DC) is unknown color: approx Medium Purple. HEX triplet: 88, 67 and DC. RGB value is (136,103,220). Sum of RGB (Red+Green+Blue) = 136+103+220=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #8867DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8867DC is #779823. Grayscale: #7D7D7D. Windows color (decimal): -7837732 or 14444424. OLE color: 14444424.

HSL color Cylindrical-coordinate representation of color #8867DC: hue angle of 256.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8867DC is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB136103220-
CMYK0.380.5300.14
HSL256.92º62.57%63.33%-
HSV(B)256.92º53.18%86.27%-
XYZ27.9220.170.12-
YUV126.2180.93134.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.63%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=29.63%
G=22.44%
B=47.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1361032200.380.5300.14256.9262.5763.33
Hex8867DC26350E1013f3f
Octal21014733446650164017777
Binary1000100011001111101110010011011010101110100000001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8867DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8867DC; }

 p { color: rgb(136,103,220); }

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

<style>
 a { background-color: #8867DC; }

 a { background-color: rgb(136,103,220); }

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

<style>
 span { border-color: #8867DC; }

 span { border-color: rgb(136,103,220); }

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