#955593

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

Shades of Violet Blue #955593

Tints of Violet Blue #955593

Color information

#955593 (or 0x955593) is unknown color: approx Violet Blue. HEX triplet: 95, 55 and 93. RGB value is (149,85,147). Sum of RGB (Red+Green+Blue) = 149+85+147=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #955593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955593 is #6AAA6C. Grayscale: #6F6F6F. Windows color (decimal): -6990445 or 9655701. OLE color: 9655701.

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

Color convert

RGB14985147-
CMYK00.430.010.42
HSL301.88º27.35%45.88%-
HSV(B)301.88º42.95%58.43%-
XYZ20.9114.9929.4-
YUV111.2148.2154.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.11%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 147 (57.81% from 255) = 38.58%
R=39.11%
G=22.31%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498514700.430.010.42301.8827.3545.88
Hex95559302B12A12e1b2e
Octal2251252230531524563356
Binary100101011010101100100110101011110101010010111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955593; }

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

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

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

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

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

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

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

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