Html Css Color HEX #80146C Dark Purple

📋 copy color: '#80146C'

red 128 ◦ green 20 ◦ blue 108

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

Shades of Dark Purple #80146C

Tints of Dark Purple #80146C

RGB

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

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

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

R = 50%
G = 7.81%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80146C (or 0x80146C) is known color: Dark Purple. HEX triplet: 80, 14 and 6C. RGB value is (128,20,108). Sum of RGB (Red+Green+Blue) = 128+20+108=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80146C is #7FEB93. Grayscale: #3E3E3E. Windows color (decimal): -8383380 or 7083136. OLE color: 7083136.

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

Color convert

RGB 128 20 108 -
CMYK 0 0.84 0.16 0.50
HSL 311.11º 0.73% 0.29% -
HSV(B) 311.11º 0.84% 0.5% -
XYZ 11.86 6.17 14.75 -
YUV 62.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 128 20 108 0 0.84 0.16 0.50 311.11 0.73 0.29
Hex 80 14 6C 0 54 10 32 137 49 1D
Octal 200 24 154 0 124 20 62 467 111 35
Binary 10000000 10100 1101100 0 1010100 10000 110010 100110111 1001001 11101

Color Harmonies of #80146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80146C

Black with #80146C

Text Example


Text Example

White with #80146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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