Html Css Color HEX #81156C Dark Purple

📋 copy color: '#81156C'

red 129 ◦ green 21 ◦ blue 108

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

Shades of Dark Purple #81156C

Tints of Dark Purple #81156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

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

R = 50%
G = 8.14%
B = 41.86%

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

#81156C (or 0x81156C) is known color: Dark Purple. HEX triplet: 81, 15 and 6C. RGB value is (129,21,108). Sum of RGB (Red+Green+Blue) = 129+21+108=258 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 129 - color contains mainly: red. Hex color #81156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81156C is #7EEA93. Grayscale: #3E3E3E. Windows color (decimal): -8317588 or 7083393. OLE color: 7083393.

HSL color Cylindrical-coordinate representation of color #81156C: hue angle of 311.67º degrees, saturation: 0.72, 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 #81156C is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 21 108 -
CMYK 0 0.84 0.16 0.49
HSL 311.67º 0.72% 0.29% -
HSV(B) 311.67º 0.84% 0.51% -
XYZ 12.03 6.29 14.77 -
YUV 63.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 129 21 108 0 0.84 0.16 0.49 311.67 0.72 0.29
Hex 81 15 6C 0 54 10 31 138 48 1D
Octal 201 25 154 0 124 20 61 470 110 35
Binary 10000001 10101 1101100 0 1010100 10000 110001 100111000 1001000 11101

Color Harmonies of #81156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81156C

Black with #81156C

Text Example


Text Example

White with #81156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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