Html Css Color HEX #80449E Vivid Violet

📋 copy color: '#80449E'

red 128 ◦ green 68 ◦ blue 158

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

Shades of Vivid Violet #80449E

Tints of Vivid Violet #80449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.21%

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

R = 36.16%
G = 19.21%
B = 44.63%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#80449E (or 0x80449E) is known color: Vivid Violet. HEX triplet: 80, 44 and 9E. RGB value is (128,68,158). Sum of RGB (Red+Green+Blue) = 128+68+158=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #80449E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80449E is #7FBB61. Grayscale: #5F5F5F. Windows color (decimal): -8371042 or 10372224. OLE color: 10372224.

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

Color convert

RGB 128 68 158 -
CMYK 0.19 0.57 0 0.38
HSL 280º 0.4% 0.44% -
HSV(B) 280º 0.57% 0.62% -
XYZ 17.14 11.19 33.6 -
YUV 96.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 128 68 158 0.19 0.57 0 0.38 280 0.4 0.44
Hex 80 44 9E 13 39 0 26 118 28 2C
Octal 200 104 236 23 71 0 46 430 50 54
Binary 10000000 1000100 10011110 10011 111001 0 100110 100011000 101000 101100

Color Harmonies of #80449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80449E

Black with #80449E

Text Example


Text Example

White with #80449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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