Html Css Color HEX #81146D Dark Purple

📋 copy color: '#81146D'

red 129 ◦ green 20 ◦ blue 109

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

Shades of Dark Purple #81146D

Tints of Dark Purple #81146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

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

R = 50%
G = 7.75%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81146D (or 0x81146D) is known color: Dark Purple. HEX triplet: 81, 14 and 6D. RGB value is (129,20,109). Sum of RGB (Red+Green+Blue) = 129+20+109=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81146D is #7EEB92. Grayscale: #3E3E3E. Windows color (decimal): -8317843 or 7148673. OLE color: 7148673.

HSL color Cylindrical-coordinate representation of color #81146D: hue angle of 311.01º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81146D is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 20 109 -
CMYK 0 0.84 0.16 0.49
HSL 311.01º 0.73% 0.29% -
HSV(B) 311.01º 0.84% 0.51% -
XYZ 12.06 6.27 15.04 -
YUV 62.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 129 20 109 0 0.84 0.16 0.49 311.01 0.73 0.29
Hex 81 14 6D 0 54 10 31 137 49 1D
Octal 201 24 155 0 124 20 61 467 111 35
Binary 10000001 10100 1101101 0 1010100 10000 110001 100110111 1001001 11101

Color Harmonies of #81146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81146D

Black with #81146D

Text Example


Text Example

White with #81146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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