#804292

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

Shades of Vivid Violet #804292

Tints of Vivid Violet #804292

Color information

#804292 (or 0x804292) is unknown color: approx Vivid Violet. HEX triplet: 80, 42 and 92. RGB value is (128,66,146). Sum of RGB (Red+Green+Blue) = 128+66+146=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #804292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804292 is #7FBD6D. Grayscale: #5D5D5D. Windows color (decimal): -8371566 or 9585280. OLE color: 9585280.

HSL color Cylindrical-coordinate representation of color #804292: hue angle of 286.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804292 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12866146-
CMYK0.120.5500.43
HSL286.5º37.74%41.57%-
HSV(B)286.5º54.79%57.25%-
XYZ16.0410.5628.39-
YUV93.66157.54152.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=37.65%
G=19.41%
B=42.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal128661460.120.5500.43286.537.7441.57
Hex804292C3702B11e262a
Octal20010222214670534364652
Binary1000000010000101001001011001101110101011100011110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804292; }

 p { color: rgb(128,66,146); }

 H1.HeaderClassName
 {
   color: #804292;
 }
 .AnyTagClassName
 {
   color: #804292;
 }
</style>
background-color css

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

 a { background-color: rgb(128,66,146); }

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

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

 span { border-color: rgb(128,66,146); }

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