Html Css Color HEX #811960 Dark Purple

📋 copy color: '#811960'

red 129 ◦ green 25 ◦ blue 96

#811960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #811960

Tints of Dark Purple #811960

RGB

 RED value IS 129 (50.78% from 255) = 51.6%

 GREEN value IS 25 (10.16% from 255) = 10%

 BLUE value IS 96 (37.89% from 255) = 38.4%

R = 51.6%
G = 10%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#811960 (or 0x811960) is known color: Dark Purple. HEX triplet: 81, 19 and 60. RGB value is (129,25,96). Sum of RGB (Red+Green+Blue) = 129+25+96=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #811960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811960 is #7EE69F. Grayscale: #404040. Windows color (decimal): -8316576 or 6297985. OLE color: 6297985.

HSL color Cylindrical-coordinate representation of color #811960: hue angle of 319.04º 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 #811960 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 25 96 -
CMYK 0 0.81 0.26 0.49
HSL 319.04º 0.68% 0.3% -
HSV(B) 319.04º 0.81% 0.51% -
XYZ 11.51 6.21 11.66 -
YUV 64.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 129 25 96 0 0.81 0.26 0.49 319.04 0.68 0.3
Hex 81 19 60 0 51 1A 31 13F 44 1E
Octal 201 31 140 0 121 32 61 477 104 36
Binary 10000001 11001 1100000 0 1010001 11010 110001 100111111 1000100 11110

Color Harmonies of #811960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811960

Black with #811960

Text Example


Text Example

White with #811960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811960; }

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

 H1.HeaderClassName
 {
   color: #811960;
 }
 .AnyTagClassName
 {
   color: #811960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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