#822CB6

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

Shades of Dark Orchid #822CB6

Tints of Dark Orchid #822CB6

Color information

#822CB6 (or 0x822CB6) is unknown color: approx Dark Orchid. HEX triplet: 82, 2C and B6. RGB value is (130,44,182). Sum of RGB (Red+Green+Blue) = 130+44+182=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #822CB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822CB6 is #7DD349. Grayscale: #545454. Windows color (decimal): -8246090 or 11938946. OLE color: 11938946.

HSL color Cylindrical-coordinate representation of color #822CB6: hue angle of 277.39º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822CB6 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13044182-
CMYK0.290.7600.29
HSL277.39º61.06%44.31%-
HSV(B)277.39º75.82%71.37%-
XYZ18.559.9245.19-
YUV85.45182.49159.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 44 (17.58% from 255) = 12.36%
BLUE value IS 182 (71.48% from 255) = 51.12%
R=36.52%
G=12.36%
B=51.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal130441820.290.7600.29277.3961.0644.31
Hex822CB61D4C01D1153d2c
Octal20254266351140354257554
Binary1000001010110010110110111011001100011101100010101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822CB6; }

 p { color: rgb(130,44,182); }

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

<style>
 a { background-color: #822CB6; }

 a { background-color: rgb(130,44,182); }

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

<style>
 span { border-color: #822CB6; }

 span { border-color: rgb(130,44,182); }

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