Html Css Color HEX #80146D Dark Purple

📋 copy color: '#80146D'

red 128 ◦ green 20 ◦ blue 109

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

Shades of Dark Purple #80146D

Tints of Dark Purple #80146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.41%

R = 49.81%
G = 7.78%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80146D (or 0x80146D) is known color: Dark Purple. HEX triplet: 80, 14 and 6D. RGB value is (128,20,109). Sum of RGB (Red+Green+Blue) = 128+20+109=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80146D is #7FEB92. Grayscale: #3E3E3E. Windows color (decimal): -8383379 or 7148672. OLE color: 7148672.

HSL color Cylindrical-coordinate representation of color #80146D: hue angle of 310.56º 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 #80146D is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 20 109 -
CMYK 0 0.84 0.15 0.50
HSL 310.56º 0.73% 0.29% -
HSV(B) 310.56º 0.84% 0.5% -
XYZ 11.91 6.19 15.04 -
YUV 62.44 154.28 174.76 -
System Red Green Blue C M Y K H S L
Decimal 128 20 109 0 0.84 0.15 0.50 310.56 0.73 0.29
Hex 80 14 6D 0 54 F 32 137 49 1D
Octal 200 24 155 0 124 17 62 467 111 35
Binary 10000000 10100 1101101 0 1010100 1111 110010 100110111 1001001 11101

Color Harmonies of #80146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80146D

Black with #80146D

Text Example


Text Example

White with #80146D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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