#955493

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

Shades of Violet Blue #955493

Tints of Violet Blue #955493

Color information

#955493 (or 0x955493) is unknown color: approx Violet Blue. HEX triplet: 95, 54 and 93. RGB value is (149,84,147). Sum of RGB (Red+Green+Blue) = 149+84+147=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #955493 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955493 is #6AAB6C. Grayscale: #6E6E6E. Windows color (decimal): -6990701 or 9655445. OLE color: 9655445.

HSL color Cylindrical-coordinate representation of color #955493: hue angle of 301.85º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955493 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14984147-
CMYK00.440.010.42
HSL301.85º27.9%45.69%-
HSV(B)301.85º43.62%58.43%-
XYZ20.8314.8429.37-
YUV110.62148.53155.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=39.21%
G=22.11%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498414700.440.010.42301.8527.945.69
Hex95549302C12A12e1c2e
Octal2251242230541524563456
Binary100101011010100100100110101100110101010010111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955493; }

 p { color: rgb(149,84,147); }

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

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

 a { background-color: rgb(149,84,147); }

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

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

 span { border-color: rgb(149,84,147); }

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