#953197

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

Shades of Vivid Violet #953197

Tints of Vivid Violet #953197

Color information

#953197 (or 0x953197) is unknown color: approx Vivid Violet. HEX triplet: 95, 31 and 97. RGB value is (149,49,151). Sum of RGB (Red+Green+Blue) = 149+49+151=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #953197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953197 is #6ACE68. Grayscale: #5A5A5A. Windows color (decimal): -6999657 or 9908629. OLE color: 9908629.

HSL color Cylindrical-coordinate representation of color #953197: hue angle of 298.82º 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 #953197 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14949151-
CMYK0.010.6800.41
HSL298.82º51%39.22%-
HSV(B)298.82º67.55%59.22%-
XYZ19.0810.8230.36-
YUV90.53162.13169.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 49 (19.53% from 255) = 14.04%
BLUE value IS 151 (59.38% from 255) = 43.27%
R=42.69%
G=14.04%
B=43.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149491510.010.6800.41298.825139.22
Hex95319714402912b3327
Octal2256122711040514536347
Binary1001010111000110010111110001000101001100101011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953197; }

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

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

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

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

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

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

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

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