#953391

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

Shades of Vivid Violet #953391

Tints of Vivid Violet #953391

Color information

#953391 (or 0x953391) is unknown color: approx Vivid Violet. HEX triplet: 95, 33 and 91. RGB value is (149,51,145). Sum of RGB (Red+Green+Blue) = 149+51+145=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #953391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953391 is #6ACC6E. Grayscale: #5A5A5A. Windows color (decimal): -6999151 or 9515925. OLE color: 9515925.

HSL color Cylindrical-coordinate representation of color #953391: hue angle of 302.45º 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 #953391 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14951145-
CMYK00.660.030.42
HSL302.45º49%39.22%-
HSV(B)302.45º65.77%58.43%-
XYZ18.6910.827.89-
YUV91.02158.47169.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=43.19%
G=14.78%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495114500.660.030.42302.454939.22
Hex95339104232A12e3127
Octal2256322101023524566147
Binary10010101110011100100010100001011101010100101110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953391; }

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

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

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

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

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

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

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

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