#953392

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

Shades of Vivid Violet #953392

Tints of Vivid Violet #953392

Color information

#953392 (or 0x953392) is unknown color: approx Vivid Violet. HEX triplet: 95, 33 and 92. RGB value is (149,51,146). Sum of RGB (Red+Green+Blue) = 149+51+146=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #953392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953392 is #6ACC6D. Grayscale: #5A5A5A. Windows color (decimal): -6999150 or 9581461. OLE color: 9581461.

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

Color convert

RGB14951146-
CMYK00.660.020.42
HSL301.84º49%39.22%-
HSV(B)301.84º65.77%58.43%-
XYZ18.7710.8328.3-
YUV91.13158.97169.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 51 (20.31% from 255) = 14.74%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=43.06%
G=14.74%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495114600.660.020.42301.844939.22
Hex95339204222A12e3127
Octal2256322201022524566147
Binary10010101110011100100100100001010101010100101110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953392; }

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

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

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

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

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

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

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

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