Html Css Color HEX #80329D Vivid Violet

📋 copy color: '#80329D'

red 128 ◦ green 50 ◦ blue 157

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

Shades of Vivid Violet #80329D

Tints of Vivid Violet #80329D

RGB

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

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

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

R = 38.21%
G = 14.93%
B = 46.87%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80329D (or 0x80329D) is known color: Vivid Violet. HEX triplet: 80, 32 and 9D. RGB value is (128,50,157). Sum of RGB (Red+Green+Blue) = 128+50+157=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #80329D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80329D is #7FCD62. Grayscale: #555555. Windows color (decimal): -8375651 or 10302080. OLE color: 10302080.

HSL color Cylindrical-coordinate representation of color #80329D: hue angle of 283.74º 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 #80329D is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 50 157 -
CMYK 0.18 0.68 0 0.38
HSL 283.74º 0.52% 0.41% -
HSV(B) 283.74º 0.68% 0.62% -
XYZ 16.13 9.3 32.84 -
YUV 85.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 128 50 157 0.18 0.68 0 0.38 283.74 0.52 0.41
Hex 80 32 9D 12 44 0 26 11C 34 29
Octal 200 62 235 22 104 0 46 434 64 51
Binary 10000000 110010 10011101 10010 1000100 0 100110 100011100 110100 101001

Color Harmonies of #80329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80329D

Black with #80329D

Text Example


Text Example

White with #80329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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