Html Css Color HEX #804995 Vivid Violet

📋 copy color: '#804995'

red 128 ◦ green 73 ◦ blue 149

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

Shades of Vivid Violet #804995

Tints of Vivid Violet #804995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 36.57%
G = 20.86%
B = 42.57%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#804995 (or 0x804995) is known color: Vivid Violet. HEX triplet: 80, 49 and 95. RGB value is (128,73,149). Sum of RGB (Red+Green+Blue) = 128+73+149=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #804995 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804995 is #7FB66A. Grayscale: #616161. Windows color (decimal): -8369771 or 9783680. OLE color: 9783680.

HSL color Cylindrical-coordinate representation of color #804995: hue angle of 283.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #804995 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 73 149 -
CMYK 0.14 0.51 0 0.42
HSL 283.42º 0.34% 0.44% -
HSV(B) 283.42º 0.51% 0.58% -
XYZ 16.71 11.52 29.78 -
YUV 98.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 128 73 149 0.14 0.51 0 0.42 283.42 0.34 0.44
Hex 80 49 95 E 33 0 2A 11B 22 2C
Octal 200 111 225 16 63 0 52 433 42 54
Binary 10000000 1001001 10010101 1110 110011 0 101010 100011011 100010 101100

Color Harmonies of #804995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804995

Black with #804995

Text Example


Text Example

White with #804995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804995; }

 p { color: rgb(128,73,149); }

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

background-color css

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

 a { background-color: rgb(128,73,149); }

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

border-color css

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

 span { border-color: rgb(128,73,149); }

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