Html Css Color HEX #81136E Dark Purple

📋 copy color: '#81136E'

red 129 ◦ green 19 ◦ blue 110

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

Shades of Dark Purple #81136E

Tints of Dark Purple #81136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 110 (43.36% from 255) = 42.64%

R = 50%
G = 7.36%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#81136E (or 0x81136E) is known color: Dark Purple. HEX triplet: 81, 13 and 6E. RGB value is (129,19,110). Sum of RGB (Red+Green+Blue) = 129+19+110=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 110 (43.36% from 255 or 42.64% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81136E is #7EEC91. Grayscale: #3E3E3E. Windows color (decimal): -8318098 or 7213953. OLE color: 7213953.

HSL color Cylindrical-coordinate representation of color #81136E: hue angle of 310.36º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81136E is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 110 -
CMYK 0 0.85 0.15 0.49
HSL 310.36º 0.74% 0.29% -
HSV(B) 310.36º 0.85% 0.51% -
XYZ 12.1 6.26 15.32 -
YUV 62.26 154.94 175.6 -
System Red Green Blue C M Y K H S L
Decimal 129 19 110 0 0.85 0.15 0.49 310.36 0.74 0.29
Hex 81 13 6E 0 55 F 31 136 4A 1D
Octal 201 23 156 0 125 17 61 466 112 35
Binary 10000001 10011 1101110 0 1010101 1111 110001 100110110 1001010 11101

Color Harmonies of #81136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81136E

Black with #81136E

Text Example


Text Example

White with #81136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81136E; }

 p { color: rgb(129,19,110); }

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

background-color css

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

 a { background-color: rgb(129,19,110); }

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

border-color css

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

 span { border-color: rgb(129,19,110); }

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