Html Css Color HEX #80219D Vivid Violet

📋 copy color: '#80219D'

red 128 ◦ green 33 ◦ blue 157

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

Shades of Vivid Violet #80219D

Tints of Vivid Violet #80219D

RGB

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

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

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

R = 40.25%
G = 10.38%
B = 49.37%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80219D (or 0x80219D) is known color: Vivid Violet. HEX triplet: 80, 21 and 9D. RGB value is (128,33,157). Sum of RGB (Red+Green+Blue) = 128+33+157=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #80219D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80219D is #7FDE62. Grayscale: #4B4B4B. Windows color (decimal): -8380003 or 10297728. OLE color: 10297728.

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

Color convert

RGB 128 33 157 -
CMYK 0.18 0.79 0 0.38
HSL 285.97º 0.65% 0.37% -
HSV(B) 285.97º 0.79% 0.62% -
XYZ 15.53 8.11 32.65 -
YUV 75.54 173.97 165.42 -
System Red Green Blue C M Y K H S L
Decimal 128 33 157 0.18 0.79 0 0.38 285.97 0.65 0.37
Hex 80 21 9D 12 4F 0 26 11E 41 25
Octal 200 41 235 22 117 0 46 436 101 45
Binary 10000000 100001 10011101 10010 1001111 0 100110 100011110 1000001 100101

Color Harmonies of #80219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80219D

Black with #80219D

Text Example


Text Example

White with #80219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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