#812083

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

Shades of Dark Purple #812083

Tints of Dark Purple #812083

Color information

#812083 (or 0x812083) is unknown color: approx Dark Purple. HEX triplet: 81, 20 and 83. RGB value is (129,32,131). Sum of RGB (Red+Green+Blue) = 129+32+131=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #812083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812083 is #7EDF7C. Grayscale: #474747. Windows color (decimal): -8314749 or 8593537. OLE color: 8593537.

HSL color Cylindrical-coordinate representation of color #812083: hue angle of 298.79º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #812083 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12932131-
CMYK0.020.7600.49
HSL298.79º60.74%31.96%-
HSV(B)298.79º75.57%51.37%-
XYZ13.677.3422.17-
YUV72.29161.14168.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 32 (12.89% from 255) = 10.96%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=44.18%
G=10.96%
B=44.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129321310.020.7600.49298.7960.7431.96
Hex81208324C03112b3d20
Octal2014020321140614537540
Binary10000001100000100000111010011000110001100101011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812083; }

 p { color: rgb(129,32,131); }

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

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

 a { background-color: rgb(129,32,131); }

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

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

 span { border-color: rgb(129,32,131); }

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