Html Css Color HEX #812486 Dark Purple

📋 copy color: '#812486'

red 129 ◦ green 36 ◦ blue 134

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

Shades of Dark Purple #812486

Tints of Dark Purple #812486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

 BLUE value IS 134 (52.73% from 255) = 44.82%

R = 43.14%
G = 12.04%
B = 44.82%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#812486 (or 0x812486) is known color: Dark Purple. HEX triplet: 81, 24 and 86. RGB value is (129,36,134). Sum of RGB (Red+Green+Blue) = 129+36+134=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #812486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812486 is #7EDB79. Grayscale: #4A4A4A. Windows color (decimal): -8313722 or 8791169. OLE color: 8791169.

HSL color Cylindrical-coordinate representation of color #812486: hue angle of 296.94º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812486 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 36 134 -
CMYK 0.04 0.73 0 0.47
HSL 296.94º 0.58% 0.33% -
HSV(B) 296.94º 0.73% 0.53% -
XYZ 13.99 7.65 23.29 -
YUV 74.98 161.31 166.53 -
System Red Green Blue C M Y K H S L
Decimal 129 36 134 0.04 0.73 0 0.47 296.94 0.58 0.33
Hex 81 24 86 4 49 0 2F 129 3A 21
Octal 201 44 206 4 111 0 57 451 72 41
Binary 10000001 100100 10000110 100 1001001 0 101111 100101001 111010 100001

Color Harmonies of #812486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812486

Black with #812486

Text Example


Text Example

White with #812486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812486; }

 p { color: rgb(129,36,134); }

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

background-color css

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

 a { background-color: rgb(129,36,134); }

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

border-color css

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

 span { border-color: rgb(129,36,134); }

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