#955B93

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

Shades of Violet Blue #955B93

Tints of Violet Blue #955B93

Color information

#955B93 (or 0x955B93) is unknown color: approx Violet Blue. HEX triplet: 95, 5B and 93. RGB value is (149,91,147). Sum of RGB (Red+Green+Blue) = 149+91+147=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #955B93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B93 is #6AA46C. Grayscale: #727272. Windows color (decimal): -6988909 or 9657237. OLE color: 9657237.

HSL color Cylindrical-coordinate representation of color #955B93: hue angle of 302.07º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955B93 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB14991147-
CMYK00.390.010.42
HSL302.07º24.17%47.06%-
HSV(B)302.07º38.93%58.43%-
XYZ21.415.9829.56-
YUV114.73146.22152.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 91 (35.94% from 255) = 23.51%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=38.50%
G=23.51%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499114700.390.010.42302.0724.1747.06
Hex955B9302712A12e182f
Octal2251332230471524563057
Binary100101011011011100100110100111110101010010111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955B93; }

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

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

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

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

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

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

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

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