Html Css Color HEX #80409D Vivid Violet

📋 copy color: '#80409D'

red 128 ◦ green 64 ◦ blue 157

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

Shades of Vivid Violet #80409D

Tints of Vivid Violet #80409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

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

R = 36.68%
G = 18.34%
B = 44.99%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80409D (or 0x80409D) is known color: Vivid Violet. HEX triplet: 80, 40 and 9D. RGB value is (128,64,157). Sum of RGB (Red+Green+Blue) = 128+64+157=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #80409D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80409D is #7FBF62. Grayscale: #5D5D5D. Windows color (decimal): -8372067 or 10305664. OLE color: 10305664.

HSL color Cylindrical-coordinate representation of color #80409D: hue angle of 281.29º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80409D is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 128 64 157 -
CMYK 0.18 0.59 0 0.38
HSL 281.29º 0.42% 0.43% -
HSV(B) 281.29º 0.59% 0.62% -
XYZ 16.82 10.69 33.08 -
YUV 93.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 128 64 157 0.18 0.59 0 0.38 281.29 0.42 0.43
Hex 80 40 9D 12 3B 0 26 119 2A 2B
Octal 200 100 235 22 73 0 46 431 52 53
Binary 10000000 1000000 10011101 10010 111011 0 100110 100011001 101010 101011

Color Harmonies of #80409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80409D

Black with #80409D

Text Example


Text Example

White with #80409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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