Html Css Color HEX #811163 Dark Purple

📋 copy color: '#811163'

red 129 ◦ green 17 ◦ blue 99

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

Shades of Dark Purple #811163

Tints of Dark Purple #811163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.41%

R = 52.65%
G = 6.94%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#811163 (or 0x811163) is known color: Dark Purple. HEX triplet: 81, 11 and 63. RGB value is (129,17,99). Sum of RGB (Red+Green+Blue) = 129+17+99=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #811163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811163 is #7EEE9C. Grayscale: #3B3B3B. Windows color (decimal): -8318621 or 6492545. OLE color: 6492545.

HSL color Cylindrical-coordinate representation of color #811163: hue angle of 316.07º 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 #811163 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 99 -
CMYK 0 0.87 0.23 0.49
HSL 316.07º 0.77% 0.29% -
HSV(B) 316.07º 0.87% 0.51% -
XYZ 11.51 5.97 12.35 -
YUV 59.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 129 17 99 0 0.87 0.23 0.49 316.07 0.77 0.29
Hex 81 11 63 0 57 17 31 13C 4D 1D
Octal 201 21 143 0 127 27 61 474 115 35
Binary 10000001 10001 1100011 0 1010111 10111 110001 100111100 1001101 11101

Color Harmonies of #811163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811163

Black with #811163

Text Example


Text Example

White with #811163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811163; }

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

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

background-color css

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

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

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

border-color css

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

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

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