Html Css Color HEX #80196D Dark Purple

📋 copy color: '#80196D'

red 128 ◦ green 25 ◦ blue 109

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

Shades of Dark Purple #80196D

Tints of Dark Purple #80196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

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

R = 48.85%
G = 9.54%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80196D (or 0x80196D) is known color: Dark Purple. HEX triplet: 80, 19 and 6D. RGB value is (128,25,109). Sum of RGB (Red+Green+Blue) = 128+25+109=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #80196D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80196D is #7FE692. Grayscale: #414141. Windows color (decimal): -8382099 or 7149952. OLE color: 7149952.

HSL color Cylindrical-coordinate representation of color #80196D: hue angle of 311.07º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80196D is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 25 109 -
CMYK 0 0.80 0.15 0.50
HSL 311.07º 0.67% 0.3% -
HSV(B) 311.07º 0.8% 0.5% -
XYZ 12.01 6.39 15.07 -
YUV 65.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 128 25 109 0 0.80 0.15 0.50 311.07 0.67 0.3
Hex 80 19 6D 0 50 F 32 137 43 1E
Octal 200 31 155 0 120 17 62 467 103 36
Binary 10000000 11001 1101101 0 1010000 1111 110010 100110111 1000011 11110

Color Harmonies of #80196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80196D

Black with #80196D

Text Example


Text Example

White with #80196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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