#812EB2

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

Shades of Dark Orchid #812EB2

Tints of Dark Orchid #812EB2

Color information

#812EB2 (or 0x812EB2) is unknown color: approx Dark Orchid. HEX triplet: 81, 2E and B2. RGB value is (129,46,178). Sum of RGB (Red+Green+Blue) = 129+46+178=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #812EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812EB2 is #7ED14D. Grayscale: #555555. Windows color (decimal): -8311118 or 11677313. OLE color: 11677313.

HSL color Cylindrical-coordinate representation of color #812EB2: hue angle of 277.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812EB2 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12946178-
CMYK0.280.7400.30
HSL277.73º58.93%43.92%-
HSV(B)277.73º74.16%69.8%-
XYZ18.079.8443.07-
YUV85.86180158.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.54%
GREEN value IS 46 (18.36% from 255) = 13.03%
BLUE value IS 178 (69.92% from 255) = 50.42%
R=36.54%
G=13.03%
B=50.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129461780.280.7400.30277.7358.9343.92
Hex812EB21C4A01E1163b2c
Octal20156262341120364267354
Binary1000000110111010110010111001001010011110100010110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,46,178); }

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

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

 a { background-color: rgb(129,46,178); }

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

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

 span { border-color: rgb(129,46,178); }

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