#811961

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

Shades of Dark Purple #811961

Tints of Dark Purple #811961

Color information

#811961 (or 0x811961) is unknown color: approx Dark Purple. HEX triplet: 81, 19 and 61. RGB value is (129,25,97). Sum of RGB (Red+Green+Blue) = 129+25+97=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 97 (38.28% from 255 or 38.65% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #811961 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811961 is #7EE69E. Grayscale: #404040. Windows color (decimal): -8316575 or 6363521. OLE color: 6363521.

HSL color Cylindrical-coordinate representation of color #811961: hue angle of 318.46º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811961 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1292597-
CMYK00.810.250.49
HSL318.46º67.53%30.2%-
HSV(B)318.46º80.62%50.59%-
XYZ11.566.2311.9-
YUV64.3146.46174.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 25 (10.16% from 255) = 9.96%
BLUE value IS 97 (38.28% from 255) = 38.65%
R=51.39%
G=9.96%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129259700.810.250.49318.4667.5330.2
Hex811961051193113e441e
Octal201311410121316147610436
Binary100000011100111000010101000111001110001100111110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811961; }

 p { color: rgb(129,25,97); }

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

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

 a { background-color: rgb(129,25,97); }

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

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

 span { border-color: rgb(129,25,97); }

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