Html Css Color HEX #80379A Vivid Violet

📋 copy color: '#80379A'

red 128 ◦ green 55 ◦ blue 154

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

Shades of Vivid Violet #80379A

Tints of Vivid Violet #80379A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

 BLUE value IS 154 (60.55% from 255) = 45.7%

R = 37.98%
G = 16.32%
B = 45.7%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#80379A (or 0x80379A) is known color: Vivid Violet. HEX triplet: 80, 37 and 9A. RGB value is (128,55,154). Sum of RGB (Red+Green+Blue) = 128+55+154=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #80379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80379A is #7FC865. Grayscale: #575757. Windows color (decimal): -8374374 or 10106752. OLE color: 10106752.

HSL color Cylindrical-coordinate representation of color #80379A: hue angle of 284.24º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80379A is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 55 154 -
CMYK 0.17 0.64 0 0.40
HSL 284.24º 0.47% 0.41% -
HSV(B) 284.24º 0.64% 0.6% -
XYZ 16.1 9.65 31.59 -
YUV 88.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 128 55 154 0.17 0.64 0 0.40 284.24 0.47 0.41
Hex 80 37 9A 11 40 0 28 11C 2F 29
Octal 200 67 232 21 100 0 50 434 57 51
Binary 10000000 110111 10011010 10001 1000000 0 101000 100011100 101111 101001

Color Harmonies of #80379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80379A

Black with #80379A

Text Example


Text Example

White with #80379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80379A; }

 p { color: rgb(128,55,154); }

 H1.HeaderClassName
 {
   color: #80379A;
 }
 .AnyTagClassName
 {
   color: #80379A;
 }
</style>

background-color css

<style>
 a { background-color: #80379A; }

 a { background-color: rgb(128,55,154); }

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

border-color css

<style>
 span { border-color: #80379A; }

 span { border-color: rgb(128,55,154); }

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