#812185

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

Shades of Dark Purple #812185

Tints of Dark Purple #812185

Color information

#812185 (or 0x812185) is unknown color: approx Dark Purple. HEX triplet: 81, 21 and 85. RGB value is (129,33,133). Sum of RGB (Red+Green+Blue) = 129+33+133=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #812185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812185 is #7EDE7A. Grayscale: #484848. Windows color (decimal): -8314491 or 8724865. OLE color: 8724865.

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

Color convert

RGB12933133-
CMYK0.030.7500.48
HSL297.6º60.24%32.55%-
HSV(B)297.6º75.19%52.16%-
XYZ13.837.4522.9-
YUV73.1161.8167.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 33 (13.28% from 255) = 11.19%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=43.73%
G=11.19%
B=45.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal129331330.030.7500.48297.660.2432.55
Hex81218534B03012a3c21
Octal2014120531130604527441
Binary10000001100001100001011110010110110000100101010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812185; }

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

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

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

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

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

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

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

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