Html Css Color HEX #804499 Vivid Violet

📋 copy color: '#804499'

red 128 ◦ green 68 ◦ blue 153

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

Shades of Vivid Violet #804499

Tints of Vivid Violet #804499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.84%

R = 36.68%
G = 19.48%
B = 43.84%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#804499 (or 0x804499) is known color: Vivid Violet. HEX triplet: 80, 44 and 99. RGB value is (128,68,153). Sum of RGB (Red+Green+Blue) = 128+68+153=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 153 (60.16% from 255 or 43.84% from 349); Max value from RGB is 153 - color contains mainly: blue. Hex color #804499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804499 is #7FBB66. Grayscale: #5F5F5F. Windows color (decimal): -8371047 or 10044544. OLE color: 10044544.

HSL color Cylindrical-coordinate representation of color #804499: hue angle of 282.35º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #804499 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 68 153 -
CMYK 0.16 0.56 0 0.4
HSL 282.35º 0.38% 0.43% -
HSV(B) 282.35º 0.56% 0.6% -
XYZ 16.72 11.02 31.38 -
YUV 95.63 160.38 151.09 -
System Red Green Blue C M Y K H S L
Decimal 128 68 153 0.16 0.56 0 0.4 282.35 0.38 0.43
Hex 80 44 99 10 38 0 28 11A 26 2B
Octal 200 104 231 20 70 0 50 432 46 53
Binary 10000000 1000100 10011001 10000 111000 0 101000 100011010 100110 101011

Color Harmonies of #804499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804499

Black with #804499

Text Example


Text Example

White with #804499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804499; }

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

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

background-color css

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

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

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

border-color css

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

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

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