#812AB5

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

Shades of Dark Orchid #812AB5

Tints of Dark Orchid #812AB5

Color information

#812AB5 (or 0x812AB5) is unknown color: approx Dark Orchid. HEX triplet: 81, 2A and B5. RGB value is (129,42,181). Sum of RGB (Red+Green+Blue) = 129+42+181=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 181 (71.09% from 255 or 51.42% from 352); Max value from RGB is 181 - color contains mainly: blue. Hex color #812AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812AB5 is #7ED54A. Grayscale: #535353. Windows color (decimal): -8312139 or 11872897. OLE color: 11872897.

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

Color convert

RGB12942181-
CMYK0.290.7700.29
HSL277.55º62.33%43.73%-
HSV(B)277.55º76.8%70.98%-
XYZ18.229.6644.62-
YUV83.86182.82160.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.65%
GREEN value IS 42 (16.80% from 255) = 11.93%
BLUE value IS 181 (71.09% from 255) = 51.42%
R=36.65%
G=11.93%
B=51.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129421810.290.7700.29277.5562.3343.73
Hex812AB51D4D01D1163e2c
Octal20152265351150354267654
Binary1000000110101010110101111011001101011101100010110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812AB5; }

 p { color: rgb(129,42,181); }

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

<style>
 a { background-color: #812AB5; }

 a { background-color: rgb(129,42,181); }

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

<style>
 span { border-color: #812AB5; }

 span { border-color: rgb(129,42,181); }

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