Html Css Color HEX #80319F Vivid Violet

📋 copy color: '#80319F'

red 128 ◦ green 49 ◦ blue 159

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

Shades of Vivid Violet #80319F

Tints of Vivid Violet #80319F

RGB

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

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

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

R = 38.1%
G = 14.58%
B = 47.32%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80319F (or 0x80319F) is known color: Vivid Violet. HEX triplet: 80, 31 and 9F. RGB value is (128,49,159). Sum of RGB (Red+Green+Blue) = 128+49+159=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #80319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80319F is #7FCE60. Grayscale: #545454. Windows color (decimal): -8375905 or 10432896. OLE color: 10432896.

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

Color convert

RGB 128 49 159 -
CMYK 0.19 0.69 0 0.38
HSL 283.09º 0.53% 0.41% -
HSV(B) 283.09º 0.69% 0.62% -
XYZ 16.26 9.29 33.74 -
YUV 85.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 128 49 159 0.19 0.69 0 0.38 283.09 0.53 0.41
Hex 80 31 9F 13 45 0 26 11B 35 29
Octal 200 61 237 23 105 0 46 433 65 51
Binary 10000000 110001 10011111 10011 1000101 0 100110 100011011 110101 101001

Color Harmonies of #80319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80319F

Black with #80319F

Text Example


Text Example

White with #80319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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