Html Css Color HEX #80329E Vivid Violet

📋 copy color: '#80329E'

red 128 ◦ green 50 ◦ blue 158

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

Shades of Vivid Violet #80329E

Tints of Vivid Violet #80329E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.88%

 BLUE value IS 158 (62.11% from 255) = 47.02%

R = 38.1%
G = 14.88%
B = 47.02%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80329E (or 0x80329E) is known color: Vivid Violet. HEX triplet: 80, 32 and 9E. RGB value is (128,50,158). Sum of RGB (Red+Green+Blue) = 128+50+158=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #80329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80329E is #7FCD61. Grayscale: #555555. Windows color (decimal): -8375650 or 10367616. OLE color: 10367616.

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

Color convert

RGB 128 50 158 -
CMYK 0.19 0.68 0 0.38
HSL 283.33º 0.52% 0.41% -
HSV(B) 283.33º 0.68% 0.62% -
XYZ 16.21 9.34 33.3 -
YUV 85.63 168.84 158.22 -
System Red Green Blue C M Y K H S L
Decimal 128 50 158 0.19 0.68 0 0.38 283.33 0.52 0.41
Hex 80 32 9E 13 44 0 26 11B 34 29
Octal 200 62 236 23 104 0 46 433 64 51
Binary 10000000 110010 10011110 10011 1000100 0 100110 100011011 110100 101001

Color Harmonies of #80329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80329E

Black with #80329E

Text Example


Text Example

White with #80329E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80329E; }

 p { color: rgb(128,50,158); }

 H1.HeaderClassName
 {
   color: #80329E;
 }
 .AnyTagClassName
 {
   color: #80329E;
 }
</style>

background-color css

<style>
 a { background-color: #80329E; }

 a { background-color: rgb(128,50,158); }

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

border-color css

<style>
 span { border-color: #80329E; }

 span { border-color: rgb(128,50,158); }

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