Html Css Color HEX #80379C Vivid Violet

📋 copy color: '#80379C'

red 128 ◦ green 55 ◦ blue 156

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

Shades of Vivid Violet #80379C

Tints of Vivid Violet #80379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 37.76%
G = 16.22%
B = 46.02%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#80379C (or 0x80379C) is known color: Vivid Violet. HEX triplet: 80, 37 and 9C. RGB value is (128,55,156). Sum of RGB (Red+Green+Blue) = 128+55+156=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #80379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80379C is #7FC863. Grayscale: #585858. Windows color (decimal): -8374372 or 10237824. OLE color: 10237824.

HSL color Cylindrical-coordinate representation of color #80379C: hue angle of 283.37º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80379C is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 55 156 -
CMYK 0.18 0.65 0 0.39
HSL 283.37º 0.48% 0.41% -
HSV(B) 283.37º 0.65% 0.61% -
XYZ 16.27 9.72 32.47 -
YUV 88.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 128 55 156 0.18 0.65 0 0.39 283.37 0.48 0.41
Hex 80 37 9C 12 41 0 27 11B 30 29
Octal 200 67 234 22 101 0 47 433 60 51
Binary 10000000 110111 10011100 10010 1000001 0 100111 100011011 110000 101001

Color Harmonies of #80379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80379C

Black with #80379C

Text Example


Text Example

White with #80379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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