#955B91

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

Shades of Violet Blue #955B91

Tints of Violet Blue #955B91

Color information

#955B91 (or 0x955B91) is unknown color: approx Violet Blue. HEX triplet: 95, 5B and 91. RGB value is (149,91,145). Sum of RGB (Red+Green+Blue) = 149+91+145=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #955B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B91 is #6AA46E. Grayscale: #727272. Windows color (decimal): -6988911 or 9526165. OLE color: 9526165.

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

Color convert

RGB14991145-
CMYK00.390.030.42
HSL304.14º24.17%47.06%-
HSV(B)304.14º38.93%58.43%-
XYZ21.2515.9228.74-
YUV114.5145.22152.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 91 (35.94% from 255) = 23.64%
BLUE value IS 145 (57.03% from 255) = 37.66%
R=38.70%
G=23.64%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499114500.390.030.42304.1424.1747.06
Hex955B9102732A130182f
Octal2251332210473524603057
Binary1001010110110111001000101001111110101010011000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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