Html Css Color HEX #80146A Dark Purple

📋 copy color: '#80146A'

red 128 ◦ green 20 ◦ blue 106

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

Shades of Dark Purple #80146A

Tints of Dark Purple #80146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.73%

R = 50.39%
G = 7.87%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#80146A (or 0x80146A) is known color: Dark Purple. HEX triplet: 80, 14 and 6A. RGB value is (128,20,106). Sum of RGB (Red+Green+Blue) = 128+20+106=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80146A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80146A is #7FEB95. Grayscale: #3D3D3D. Windows color (decimal): -8383382 or 6952064. OLE color: 6952064.

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

Color convert

RGB 128 20 106 -
CMYK 0 0.84 0.17 0.50
HSL 312.22º 0.73% 0.29% -
HSV(B) 312.22º 0.84% 0.5% -
XYZ 11.75 6.13 14.2 -
YUV 62.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 128 20 106 0 0.84 0.17 0.50 312.22 0.73 0.29
Hex 80 14 6A 0 54 11 32 138 49 1D
Octal 200 24 152 0 124 21 62 470 111 35
Binary 10000000 10100 1101010 0 1010100 10001 110010 100111000 1001001 11101

Color Harmonies of #80146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80146A

Black with #80146A

Text Example


Text Example

White with #80146A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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