Html Css Color HEX #812983 Dark Purple

📋 copy color: '#812983'

red 129 ◦ green 41 ◦ blue 131

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

Shades of Dark Purple #812983

Tints of Dark Purple #812983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 131 (51.56% from 255) = 43.52%

R = 42.86%
G = 13.62%
B = 43.52%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#812983 (or 0x812983) is known color: Dark Purple. HEX triplet: 81, 29 and 83. RGB value is (129,41,131). Sum of RGB (Red+Green+Blue) = 129+41+131=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #812983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812983 is #7ED67C. Grayscale: #4D4D4D. Windows color (decimal): -8312445 or 8595841. OLE color: 8595841.

HSL color Cylindrical-coordinate representation of color #812983: hue angle of 298.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #812983 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 41 131 -
CMYK 0.02 0.69 0 0.49
HSL 298.67º 0.52% 0.34% -
HSV(B) 298.67º 0.69% 0.51% -
XYZ 13.94 7.89 22.26 -
YUV 77.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 129 41 131 0.02 0.69 0 0.49 298.67 0.52 0.34
Hex 81 29 83 2 45 0 31 12B 34 22
Octal 201 51 203 2 105 0 61 453 64 42
Binary 10000001 101001 10000011 10 1000101 0 110001 100101011 110100 100010

Color Harmonies of #812983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812983

Black with #812983

Text Example


Text Example

White with #812983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812983; }

 p { color: rgb(129,41,131); }

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

background-color css

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

 a { background-color: rgb(129,41,131); }

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

border-color css

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

 span { border-color: rgb(129,41,131); }

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