#803497

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

Shades of Vivid Violet #803497

Tints of Vivid Violet #803497

Color information

#803497 (or 0x803497) is unknown color: approx Vivid Violet. HEX triplet: 80, 34 and 97. RGB value is (128,52,151). Sum of RGB (Red+Green+Blue) = 128+52+151=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #803497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803497 is #7FCB68. Grayscale: #555555. Windows color (decimal): -8375145 or 9909376. OLE color: 9909376.

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

Color convert

RGB12852151-
CMYK0.150.6600.41
HSL286.06º48.77%39.8%-
HSV(B)286.06º65.56%59.22%-
XYZ15.729.2830.24-
YUV86.01164.68157.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.67%
GREEN value IS 52 (20.70% from 255) = 15.71%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=38.67%
G=15.71%
B=45.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128521510.150.6600.41286.0648.7739.8
Hex803497F4202911e3128
Octal20064227171020514366150
Binary1000000011010010010111111110000100101001100011110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803497; }

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

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

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

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

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

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

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

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