Html Css Color HEX #80219F Vivid Violet

📋 copy color: '#80219F'

red 128 ◦ green 33 ◦ blue 159

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

Shades of Vivid Violet #80219F

Tints of Vivid Violet #80219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

 BLUE value IS 159 (62.5% from 255) = 49.69%

R = 40%
G = 10.31%
B = 49.69%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80219F (or 0x80219F) is known color: Vivid Violet. HEX triplet: 80, 21 and 9F. RGB value is (128,33,159). Sum of RGB (Red+Green+Blue) = 128+33+159=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #80219F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80219F is #7FDE60. Grayscale: #4B4B4B. Windows color (decimal): -8380001 or 10428800. OLE color: 10428800.

HSL color Cylindrical-coordinate representation of color #80219F: hue angle of 285.24º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80219F is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 33 159 -
CMYK 0.19 0.79 0 0.38
HSL 285.24º 0.66% 0.38% -
HSV(B) 285.24º 0.79% 0.62% -
XYZ 15.7 8.18 33.55 -
YUV 75.77 174.97 165.25 -
System Red Green Blue C M Y K H S L
Decimal 128 33 159 0.19 0.79 0 0.38 285.24 0.66 0.38
Hex 80 21 9F 13 4F 0 26 11D 42 26
Octal 200 41 237 23 117 0 46 435 102 46
Binary 10000000 100001 10011111 10011 1001111 0 100110 100011101 1000010 100110

Color Harmonies of #80219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80219F

Black with #80219F

Text Example


Text Example

White with #80219F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80219F; }

 p { color: rgb(128,33,159); }

 H1.HeaderClassName
 {
   color: #80219F;
 }
 .AnyTagClassName
 {
   color: #80219F;
 }
</style>

background-color css

<style>
 a { background-color: #80219F; }

 a { background-color: rgb(128,33,159); }

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

border-color css

<style>
 span { border-color: #80219F; }

 span { border-color: rgb(128,33,159); }

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