#812385

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

Shades of Dark Purple #812385

Tints of Dark Purple #812385

Color information

#812385 (or 0x812385) is unknown color: approx Dark Purple. HEX triplet: 81, 23 and 85. RGB value is (129,35,133). Sum of RGB (Red+Green+Blue) = 129+35+133=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #812385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812385 is #7EDC7A. Grayscale: #494949. Windows color (decimal): -8313979 or 8725377. OLE color: 8725377.

HSL color Cylindrical-coordinate representation of color #812385: hue angle of 297.55º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812385 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12935133-
CMYK0.030.7400.48
HSL297.55º58.33%32.94%-
HSV(B)297.55º73.68%52.16%-
XYZ13.897.5622.92-
YUV74.28161.14167.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 133 (52.34% from 255) = 44.78%
R=43.43%
G=11.78%
B=44.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129351330.030.7400.48297.5558.3332.94
Hex81238534A03012a3a21
Octal2014320531120604527241
Binary10000001100011100001011110010100110000100101010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812385; }

 p { color: rgb(129,35,133); }

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

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

 a { background-color: rgb(129,35,133); }

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

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

 span { border-color: rgb(129,35,133); }

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