Html Css Color HEX #80199D Vivid Violet

📋 copy color: '#80199D'

red 128 ◦ green 25 ◦ blue 157

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

Shades of Vivid Violet #80199D

Tints of Vivid Violet #80199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.65%

R = 41.29%
G = 8.06%
B = 50.65%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80199D (or 0x80199D) is known color: Vivid Violet. HEX triplet: 80, 19 and 9D. RGB value is (128,25,157). Sum of RGB (Red+Green+Blue) = 128+25+157=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #80199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80199D is #7FE662. Grayscale: #464646. Windows color (decimal): -8382051 or 10295680. OLE color: 10295680.

HSL color Cylindrical-coordinate representation of color #80199D: hue angle of 286.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80199D is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 25 157 -
CMYK 0.18 0.84 0 0.38
HSL 286.82º 0.73% 0.36% -
HSV(B) 286.82º 0.84% 0.62% -
XYZ 15.34 7.72 32.58 -
YUV 70.85 176.62 168.77 -
System Red Green Blue C M Y K H S L
Decimal 128 25 157 0.18 0.84 0 0.38 286.82 0.73 0.36
Hex 80 19 9D 12 54 0 26 11F 49 24
Octal 200 31 235 22 124 0 46 437 111 44
Binary 10000000 11001 10011101 10010 1010100 0 100110 100011111 1001001 100100

Color Harmonies of #80199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80199D

Black with #80199D

Text Example


Text Example

White with #80199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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