#8821C6

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

Shades of Dark Orchid #8821C6

Tints of Dark Orchid #8821C6

Color information

#8821C6 (or 0x8821C6) is unknown color: approx Dark Orchid. HEX triplet: 88, 21 and C6. RGB value is (136,33,198). Sum of RGB (Red+Green+Blue) = 136+33+198=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 198 (77.73% from 255 or 53.95% from 367); Max value from RGB is 198 - color contains mainly: blue. Hex color #8821C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8821C6 is #77DE39. Grayscale: #525252. Windows color (decimal): -7855674 or 12984712. OLE color: 12984712.

HSL color Cylindrical-coordinate representation of color #8821C6: hue angle of 277.45º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8821C6 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13633198-
CMYK0.310.8300.22
HSL277.45º71.43%45.29%-
HSV(B)277.45º83.33%77.65%-
XYZ20.8910.454.33-
YUV82.61193.12166.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 33 (13.28% from 255) = 8.99%
BLUE value IS 198 (77.73% from 255) = 53.95%
R=37.06%
G=8.99%
B=53.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal136331980.310.8300.22277.4571.4345.29
Hex8821C61F53016115472d
Octal210413063712302642510755
Binary10001000100001110001101111110100110101101000101011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8821C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8821C6; }

 p { color: rgb(136,33,198); }

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

<style>
 a { background-color: #8821C6; }

 a { background-color: rgb(136,33,198); }

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

<style>
 span { border-color: #8821C6; }

 span { border-color: rgb(136,33,198); }

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