Html Css Color HEX #80196B Dark Purple

📋 copy color: '#80196B'

red 128 ◦ green 25 ◦ blue 107

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

Shades of Dark Purple #80196B

Tints of Dark Purple #80196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.15%

R = 49.23%
G = 9.62%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80196B (or 0x80196B) is known color: Dark Purple. HEX triplet: 80, 19 and 6B. RGB value is (128,25,107). Sum of RGB (Red+Green+Blue) = 128+25+107=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80196B is #7FE694. Grayscale: #404040. Windows color (decimal): -8382101 or 7018880. OLE color: 7018880.

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

Color convert

RGB 128 25 107 -
CMYK 0 0.80 0.16 0.50
HSL 312.23º 0.67% 0.3% -
HSV(B) 312.23º 0.8% 0.5% -
XYZ 11.9 6.35 14.51 -
YUV 65.15 151.62 172.83 -
System Red Green Blue C M Y K H S L
Decimal 128 25 107 0 0.80 0.16 0.50 312.23 0.67 0.3
Hex 80 19 6B 0 50 10 32 138 43 1E
Octal 200 31 153 0 120 20 62 470 103 36
Binary 10000000 11001 1101011 0 1010000 10000 110010 100111000 1000011 11110

Color Harmonies of #80196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80196B

Black with #80196B

Text Example


Text Example

White with #80196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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