Html Css Color HEX #812F80 Dark Purple

📋 copy color: '#812F80'

red 129 ◦ green 47 ◦ blue 128

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

Shades of Dark Purple #812F80

Tints of Dark Purple #812F80

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.46%

 BLUE value IS 128 (50.39% from 255) = 42.11%

R = 42.43%
G = 15.46%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#812F80 (or 0x812F80) is known color: Dark Purple. HEX triplet: 81, 2F and 80. RGB value is (129,47,128). Sum of RGB (Red+Green+Blue) = 129+47+128=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #812F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812F80 is #7ED07F. Grayscale: #505050. Windows color (decimal): -8310912 or 8400769. OLE color: 8400769.

HSL color Cylindrical-coordinate representation of color #812F80: hue angle of 300.73º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #812F80 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 47 128 -
CMYK 0 0.64 0.01 0.49
HSL 300.73º 0.47% 0.35% -
HSV(B) 300.73º 0.64% 0.51% -
XYZ 13.97 8.26 21.28 -
YUV 80.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 129 47 128 0 0.64 0.01 0.49 300.73 0.47 0.35
Hex 81 2F 80 0 40 1 31 12D 2F 23
Octal 201 57 200 0 100 1 61 455 57 43
Binary 10000001 101111 10000000 0 1000000 1 110001 100101101 101111 100011

Color Harmonies of #812F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812F80

Black with #812F80

Text Example


Text Example

White with #812F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812F80; }

 p { color: rgb(129,47,128); }

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

background-color css

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

 a { background-color: rgb(129,47,128); }

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

border-color css

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

 span { border-color: rgb(129,47,128); }

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