Html Css Color HEX #81146C Dark Purple

📋 copy color: '#81146C'

red 129 ◦ green 20 ◦ blue 108

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

Shades of Dark Purple #81146C

Tints of Dark Purple #81146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.78%

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

R = 50.19%
G = 7.78%
B = 42.02%

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

#81146C (or 0x81146C) is known color: Dark Purple. HEX triplet: 81, 14 and 6C. RGB value is (129,20,108). Sum of RGB (Red+Green+Blue) = 129+20+108=257 (34% of max value = 765). Red value is 129 (50.78% from 255 or 50.19% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 129 - color contains mainly: red. Hex color #81146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81146C is #7EEB93. Grayscale: #3E3E3E. Windows color (decimal): -8317844 or 7083137. OLE color: 7083137.

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

Color convert

RGB 129 20 108 -
CMYK 0 0.84 0.16 0.49
HSL 311.56º 0.73% 0.29% -
HSV(B) 311.56º 0.84% 0.51% -
XYZ 12.01 6.25 14.76 -
YUV 62.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 129 20 108 0 0.84 0.16 0.49 311.56 0.73 0.29
Hex 81 14 6C 0 54 10 31 138 49 1D
Octal 201 24 154 0 124 20 61 470 111 35
Binary 10000001 10100 1101100 0 1010100 10000 110001 100111000 1001001 11101

Color Harmonies of #81146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81146C

Black with #81146C

Text Example


Text Example

White with #81146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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