#803294

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

Shades of Vivid Violet #803294

Tints of Vivid Violet #803294

Color information

#803294 (or 0x803294) is unknown color: approx Vivid Violet. HEX triplet: 80, 32 and 94. RGB value is (128,50,148). Sum of RGB (Red+Green+Blue) = 128+50+148=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #803294 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803294 is #7FCD6B. Grayscale: #545454. Windows color (decimal): -8375660 or 9712256. OLE color: 9712256.

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

Color convert

RGB12850148-
CMYK0.140.6600.42
HSL287.76º49.49%38.82%-
HSV(B)287.76º66.22%58.04%-
XYZ15.399.0128.94-
YUV84.49163.84159.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 148 (58.20% from 255) = 45.40%
R=39.26%
G=15.34%
B=45.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal128501480.140.6600.42287.7649.4938.82
Hex803294E4202A1203127
Octal20062224161020524406147
Binary1000000011001010010100111010000100101010100100000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803294; }

 p { color: rgb(128,50,148); }

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

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

 a { background-color: rgb(128,50,148); }

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

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

 span { border-color: rgb(128,50,148); }

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