#8818B6

Color #8818B6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8818B6

Tints of Dark Orchid #8818B6

Color information

#8818B6 (or 0x8818B6) is unknown color: approx Dark Orchid. HEX triplet: 88, 18 and B6. RGB value is (136,24,182). Sum of RGB (Red+Green+Blue) = 136+24+182=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #8818B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8818B6 is #77E749. Grayscale: #4A4A4A. Windows color (decimal): -7857994 or 11933832. OLE color: 11933832.

HSL color Cylindrical-coordinate representation of color #8818B6: hue angle of 282.53º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8818B6 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13624182-
CMYK0.250.8700.29
HSL282.53º76.7%40.39%-
HSV(B)282.53º86.81%71.37%-
XYZ18.929.2645.05-
YUV75.5188.11171.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 24 (9.77% from 255) = 7.02%
BLUE value IS 182 (71.48% from 255) = 53.22%
R=39.77%
G=7.02%
B=53.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136241820.250.8700.29282.5376.740.39
Hex8818B6195701D11b4d28
Octal210302663112703543311550
Binary1000100011000101101101100110101110111011000110111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8818B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8818B6; }

 p { color: rgb(136,24,182); }

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

<style>
 a { background-color: #8818B6; }

 a { background-color: rgb(136,24,182); }

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

<style>
 span { border-color: #8818B6; }

 span { border-color: rgb(136,24,182); }

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