#822CB8

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

Shades of Dark Orchid #822CB8

Tints of Dark Orchid #822CB8

Color information

#822CB8 (or 0x822CB8) is unknown color: approx Dark Orchid. HEX triplet: 82, 2C and B8. RGB value is (130,44,184). Sum of RGB (Red+Green+Blue) = 130+44+184=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #822CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822CB8 is #7DD347. Grayscale: #555555. Windows color (decimal): -8246088 or 12070018. OLE color: 12070018.

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

Color convert

RGB13044184-
CMYK0.290.7600.28
HSL276.86º61.4%44.71%-
HSV(B)276.86º76.09%72.16%-
XYZ18.7610.0146.29-
YUV85.67183.49159.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.31%
GREEN value IS 44 (17.58% from 255) = 12.29%
BLUE value IS 184 (72.27% from 255) = 51.40%
R=36.31%
G=12.29%
B=51.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130441840.290.7600.28276.8661.444.71
Hex822CB81D4C01C1153d2d
Octal20254270351140344257555
Binary1000001010110010111000111011001100011100100010101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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