Html Css Color HEX #80319D Vivid Violet

📋 copy color: '#80319D'

red 128 ◦ green 49 ◦ blue 157

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

Shades of Vivid Violet #80319D

Tints of Vivid Violet #80319D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

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

R = 38.32%
G = 14.67%
B = 47.01%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80319D (or 0x80319D) is known color: Vivid Violet. HEX triplet: 80, 31 and 9D. RGB value is (128,49,157). Sum of RGB (Red+Green+Blue) = 128+49+157=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #80319D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80319D is #7FCE62. Grayscale: #545454. Windows color (decimal): -8375907 or 10301824. OLE color: 10301824.

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

Color convert

RGB 128 49 157 -
CMYK 0.18 0.69 0 0.38
HSL 283.89º 0.52% 0.4% -
HSV(B) 283.89º 0.69% 0.62% -
XYZ 16.09 9.22 32.83 -
YUV 84.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 128 49 157 0.18 0.69 0 0.38 283.89 0.52 0.4
Hex 80 31 9D 12 45 0 26 11C 34 28
Octal 200 61 235 22 105 0 46 434 64 50
Binary 10000000 110001 10011101 10010 1000101 0 100110 100011100 110100 101000

Color Harmonies of #80319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80319D

Black with #80319D

Text Example


Text Example

White with #80319D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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