Html Css Color HEX #81146F Dark Purple

📋 copy color: '#81146F'

red 129 ◦ green 20 ◦ blue 111

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

Shades of Dark Purple #81146F

Tints of Dark Purple #81146F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 49.62%
G = 7.69%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#81146F (or 0x81146F) is known color: Dark Purple. HEX triplet: 81, 14 and 6F. RGB value is (129,20,111). Sum of RGB (Red+Green+Blue) = 129+20+111=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #81146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #81146F is #7EEB90. Grayscale: #3E3E3E. Windows color (decimal): -8317841 or 7279745. OLE color: 7279745.

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

Color convert

RGB 129 20 111 -
CMYK 0 0.84 0.14 0.49
HSL 309.91º 0.73% 0.29% -
HSV(B) 309.91º 0.84% 0.51% -
XYZ 12.17 6.32 15.62 -
YUV 62.97 155.11 175.1 -
System Red Green Blue C M Y K H S L
Decimal 129 20 111 0 0.84 0.14 0.49 309.91 0.73 0.29
Hex 81 14 6F 0 54 E 31 136 49 1D
Octal 201 24 157 0 124 16 61 466 111 35
Binary 10000001 10100 1101111 0 1010100 1110 110001 100110110 1001001 11101

Color Harmonies of #81146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81146F

Black with #81146F

Text Example


Text Example

White with #81146F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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