#804995

Color #804995 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #804995

Tints of Vivid Violet #804995

Color information

#804995 (or 0x804995) is unknown color: approx 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

RGB12873149-
CMYK0.140.5100.42
HSL283.42º34.23%43.53%-
HSV(B)283.42º51.01%58.43%-
XYZ16.7111.5229.78-
YUV98.11156.72149.32-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128731490.140.5100.42283.4234.2343.53
Hex804995E3302A11b222c
Octal20011122516630524334254
Binary1000000010010011001010111101100110101010100011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>