Html Css Color HEX #812E6D Dark Purple

📋 copy color: '#812E6D'

red 129 ◦ green 46 ◦ blue 109

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

Shades of Dark Purple #812E6D

Tints of Dark Purple #812E6D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.2%

 BLUE value IS 109 (42.97% from 255) = 38.38%

R = 45.42%
G = 16.2%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#812E6D (or 0x812E6D) is known color: Dark Purple. HEX triplet: 81, 2E and 6D. RGB value is (129,46,109). Sum of RGB (Red+Green+Blue) = 129+46+109=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #812E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812E6D is #7ED192. Grayscale: #4D4D4D. Windows color (decimal): -8311187 or 7155329. OLE color: 7155329.

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

Color convert

RGB 129 46 109 -
CMYK 0 0.64 0.16 0.49
HSL 314.46º 0.47% 0.34% -
HSV(B) 314.46º 0.64% 0.51% -
XYZ 12.79 7.73 15.28 -
YUV 78 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 129 46 109 0 0.64 0.16 0.49 314.46 0.47 0.34
Hex 81 2E 6D 0 40 10 31 13A 2F 22
Octal 201 56 155 0 100 20 61 472 57 42
Binary 10000001 101110 1101101 0 1000000 10000 110001 100111010 101111 100010

Color Harmonies of #812E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812E6D

Black with #812E6D

Text Example


Text Example

White with #812E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,46,109); }

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

background-color css

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

 a { background-color: rgb(129,46,109); }

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

border-color css

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

 span { border-color: rgb(129,46,109); }

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