#822CB1

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

Shades of Dark Orchid #822CB1

Tints of Dark Orchid #822CB1

Color information

#822CB1 (or 0x822CB1) is unknown color: approx Dark Orchid. HEX triplet: 82, 2C and B1. RGB value is (130,44,177). Sum of RGB (Red+Green+Blue) = 130+44+177=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #822CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #822CB1 is #7DD34E. Grayscale: #545454. Windows color (decimal): -8246095 or 11611266. OLE color: 11611266.

HSL color Cylindrical-coordinate representation of color #822CB1: hue angle of 278.8º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822CB1 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13044177-
CMYK0.270.7500.31
HSL278.8º60.18%43.33%-
HSV(B)278.8º75.14%69.41%-
XYZ18.049.7242.52-
YUV84.88179.99160.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 44 (17.58% from 255) = 12.54%
BLUE value IS 177 (69.53% from 255) = 50.43%
R=37.04%
G=12.54%
B=50.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130441770.270.7500.31278.860.1843.33
Hex822CB11B4B01F1173c2b
Octal20254261331130374277453
Binary1000001010110010110001110111001011011111100010111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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