Html Css Color HEX #80146F Dark Purple

📋 copy color: '#80146F'

red 128 ◦ green 20 ◦ blue 111

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

Shades of Dark Purple #80146F

Tints of Dark Purple #80146F

RGB

 RED value IS 128 (50.39% from 255) = 49.42%

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

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

R = 49.42%
G = 7.72%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80146F (or 0x80146F) is known color: Dark Purple. HEX triplet: 80, 14 and 6F. RGB value is (128,20,111). Sum of RGB (Red+Green+Blue) = 128+20+111=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80146F is #7FEB90. Grayscale: #3E3E3E. Windows color (decimal): -8383377 or 7279744. OLE color: 7279744.

HSL color Cylindrical-coordinate representation of color #80146F: hue angle of 309.44º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80146F is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 111 -
CMYK 0 0.84 0.13 0.50
HSL 309.44º 0.73% 0.29% -
HSV(B) 309.44º 0.84% 0.5% -
XYZ 12.02 6.24 15.61 -
YUV 62.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 128 20 111 0 0.84 0.13 0.50 309.44 0.73 0.29
Hex 80 14 6F 0 54 D 32 135 49 1D
Octal 200 24 157 0 124 15 62 465 111 35
Binary 10000000 10100 1101111 0 1010100 1101 110010 100110101 1001001 11101

Color Harmonies of #80146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80146F

Black with #80146F

Text Example


Text Example

White with #80146F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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