Html Css Color HEX #81116C Dark Purple

📋 copy color: '#81116C'

red 129 ◦ green 17 ◦ blue 108

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

Shades of Dark Purple #81116C

Tints of Dark Purple #81116C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 50.79%
G = 6.69%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81116C (or 0x81116C) is known color: Dark Purple. HEX triplet: 81, 11 and 6C. RGB value is (129,17,108). Sum of RGB (Red+Green+Blue) = 129+17+108=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81116C is #7EEE93. Grayscale: #3C3C3C. Windows color (decimal): -8318612 or 7082369. OLE color: 7082369.

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

Color convert

RGB 129 17 108 -
CMYK 0 0.87 0.16 0.49
HSL 311.25º 0.77% 0.29% -
HSV(B) 311.25º 0.87% 0.51% -
XYZ 11.96 6.15 14.74 -
YUV 60.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 129 17 108 0 0.87 0.16 0.49 311.25 0.77 0.29
Hex 81 11 6C 0 57 10 31 137 4D 1D
Octal 201 21 154 0 127 20 61 467 115 35
Binary 10000001 10001 1101100 0 1010111 10000 110001 100110111 1001101 11101

Color Harmonies of #81116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81116C

Black with #81116C

Text Example


Text Example

White with #81116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81116C; }

 p { color: rgb(129,17,108); }

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

background-color css

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

 a { background-color: rgb(129,17,108); }

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

border-color css

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

 span { border-color: rgb(129,17,108); }

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