#803197

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

Shades of Vivid Violet #803197

Tints of Vivid Violet #803197

Color information

#803197 (or 0x803197) is unknown color: approx Vivid Violet. HEX triplet: 80, 31 and 97. RGB value is (128,49,151). Sum of RGB (Red+Green+Blue) = 128+49+151=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #803197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803197 is #7FCE68. Grayscale: #535353. Windows color (decimal): -8375913 or 9908608. OLE color: 9908608.

HSL color Cylindrical-coordinate representation of color #803197: hue angle of 286.47º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803197 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12849151-
CMYK0.150.6800.41
HSL286.47º51%39.22%-
HSV(B)286.47º67.55%59.22%-
XYZ15.599.0230.2-
YUV84.25165.67159.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 151 (59.38% from 255) = 46.04%
R=39.02%
G=14.94%
B=46.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128491510.150.6800.41286.475139.22
Hex803197F4402911e3327
Octal20061227171040514366347
Binary1000000011000110010111111110001000101001100011110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803197; }

 p { color: rgb(128,49,151); }

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

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

 a { background-color: rgb(128,49,151); }

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

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

 span { border-color: rgb(128,49,151); }

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