#812eb4

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

Shades of Dark Orchid #812EB4

Tints of Dark Orchid #812EB4

Color information

#812EB4 (or 0x812EB4) is unknown color: approx Dark Orchid. HEX triplet: 81, 2E and B4. RGB value is (129,46,180). Sum of RGB (Red+Green+Blue) = 129+46+180=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #812EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #812EB4 is #7ED14B. Grayscale: #555555. Windows color (decimal): -8311116 or 11808385. OLE color: 11808385.

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

Color convert

RGB12946180-
CMYK0.280.7400.29
HSL277.16º59.29%44.31%-
HSV(B)277.16º74.44%70.59%-
XYZ18.279.9244.13-
YUV86.09181158.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.34%
GREEN value IS 46 (18.36% from 255) = 12.96%
BLUE value IS 180 (70.70% from 255) = 50.70%
R=36.34%
G=12.96%
B=50.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal129461800.280.7400.29277.1659.2944.31
Hex812EB41C4A01D1153b2c
Octal20156264341120354257354
Binary1000000110111010110100111001001010011101100010101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812eb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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