Html Css Color HEX #81187E Dark Purple

📋 copy color: '#81187E'

red 129 ◦ green 24 ◦ blue 126

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

Shades of Dark Purple #81187E

Tints of Dark Purple #81187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

 BLUE value IS 126 (49.61% from 255) = 45.16%

R = 46.24%
G = 8.6%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81187E (or 0x81187E) is known color: Dark Purple. HEX triplet: 81, 18 and 7E. RGB value is (129,24,126). Sum of RGB (Red+Green+Blue) = 129+24+126=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #81187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81187E is #7EE781. Grayscale: #424242. Windows color (decimal): -8316802 or 8263809. OLE color: 8263809.

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

Color convert

RGB 129 24 126 -
CMYK 0 0.81 0.02 0.49
HSL 301.71º 0.69% 0.3% -
HSV(B) 301.71º 0.81% 0.51% -
XYZ 13.15 6.83 20.36 -
YUV 67.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 129 24 126 0 0.81 0.02 0.49 301.71 0.69 0.3
Hex 81 18 7E 0 51 2 31 12E 45 1E
Octal 201 30 176 0 121 2 61 456 105 36
Binary 10000001 11000 1111110 0 1010001 10 110001 100101110 1000101 11110

Color Harmonies of #81187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81187E

Black with #81187E

Text Example


Text Example

White with #81187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,24,126); }

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

background-color css

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

 a { background-color: rgb(129,24,126); }

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

border-color css

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

 span { border-color: rgb(129,24,126); }

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