#822CBA

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

Shades of Dark Orchid #822CBA

Tints of Dark Orchid #822CBA

Color information

#822CBA (or 0x822CBA) is unknown color: approx Dark Orchid. HEX triplet: 82, 2C and BA. RGB value is (130,44,186). Sum of RGB (Red+Green+Blue) = 130+44+186=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #822CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822CBA is #7DD345. Grayscale: #555555. Windows color (decimal): -8246086 or 12201090. OLE color: 12201090.

HSL color Cylindrical-coordinate representation of color #822CBA: hue angle of 276.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #822CBA is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13044186-
CMYK0.300.7600.27
HSL276.34º61.74%45.1%-
HSV(B)276.34º76.34%72.94%-
XYZ18.9710.0947.4-
YUV85.9184.49159.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.11%
GREEN value IS 44 (17.58% from 255) = 12.22%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=36.11%
G=12.22%
B=51.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130441860.300.7600.27276.3461.7445.1
Hex822CBA1E4C01B1143e2d
Octal20254272361140334247655
Binary1000001010110010111010111101001100011011100010100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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