#953191

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

Shades of Vivid Violet #953191

Tints of Vivid Violet #953191

Color information

#953191 (or 0x953191) is unknown color: approx Vivid Violet. HEX triplet: 95, 31 and 91. RGB value is (149,49,145). Sum of RGB (Red+Green+Blue) = 149+49+145=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #953191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953191 is #6ACE6E. Grayscale: #595959. Windows color (decimal): -6999663 or 9515413. OLE color: 9515413.

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

Color convert

RGB14949145-
CMYK00.670.030.42
HSL302.4º50.51%38.82%-
HSV(B)302.4º67.11%58.43%-
XYZ18.610.6327.86-
YUV89.84159.13170.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 49 (19.53% from 255) = 14.29%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=43.44%
G=14.29%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494914500.670.030.42302.450.5138.82
Hex95319104332A12e3327
Octal2256122101033524566347
Binary10010101110001100100010100001111101010100101110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953191; }

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

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

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

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

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

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

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

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