Html Css Color HEX #80199B Vivid Violet

📋 copy color: '#80199B'

red 128 ◦ green 25 ◦ blue 155

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

Shades of Vivid Violet #80199B

Tints of Vivid Violet #80199B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.32%

R = 41.56%
G = 8.12%
B = 50.32%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80199B (or 0x80199B) is known color: Vivid Violet. HEX triplet: 80, 19 and 9B. RGB value is (128,25,155). Sum of RGB (Red+Green+Blue) = 128+25+155=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #80199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80199B is #7FE664. Grayscale: #464646. Windows color (decimal): -8382053 or 10164608. OLE color: 10164608.

HSL color Cylindrical-coordinate representation of color #80199B: hue angle of 287.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80199B is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 25 155 -
CMYK 0.17 0.84 0 0.39
HSL 287.54º 0.72% 0.35% -
HSV(B) 287.54º 0.84% 0.61% -
XYZ 15.17 7.65 31.69 -
YUV 70.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 128 25 155 0.17 0.84 0 0.39 287.54 0.72 0.35
Hex 80 19 9B 11 54 0 27 120 48 23
Octal 200 31 233 21 124 0 47 440 110 43
Binary 10000000 11001 10011011 10001 1010100 0 100111 100100000 1001000 100011

Color Harmonies of #80199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80199B

Black with #80199B

Text Example


Text Example

White with #80199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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