#822AB9

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

Shades of Dark Orchid #822AB9

Tints of Dark Orchid #822AB9

Color information

#822AB9 (or 0x822AB9) is unknown color: approx Dark Orchid. HEX triplet: 82, 2A and B9. RGB value is (130,42,185). Sum of RGB (Red+Green+Blue) = 130+42+185=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #822AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #822AB9 is #7DD546. Grayscale: #545454. Windows color (decimal): -8246599 or 12135042. OLE color: 12135042.

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

Color convert

RGB13042185-
CMYK0.300.7700.27
HSL276.92º63%44.51%-
HSV(B)276.92º77.3%72.55%-
XYZ18.799.946.82-
YUV84.61184.65160.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 42 (16.80% from 255) = 11.76%
BLUE value IS 185 (72.66% from 255) = 51.82%
R=36.41%
G=11.76%
B=51.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130421850.300.7700.27276.926344.51
Hex822AB91E4D01B1153f2d
Octal20252271361150334257755
Binary1000001010101010111001111101001101011011100010101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,42,185); }

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

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

 a { background-color: rgb(130,42,185); }

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

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

 span { border-color: rgb(130,42,185); }

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