#955B9A

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

Shades of Violet Blue #955B9A

Tints of Violet Blue #955B9A

Color information

#955B9A (or 0x955B9A) is unknown color: approx Violet Blue. HEX triplet: 95, 5B and 9A. RGB value is (149,91,154). Sum of RGB (Red+Green+Blue) = 149+91+154=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #955B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B9A is #6AA465. Grayscale: #737373. Windows color (decimal): -6988902 or 10115989. OLE color: 10115989.

HSL color Cylindrical-coordinate representation of color #955B9A: hue angle of 295.24º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955B9A is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14991154-
CMYK0.030.4100.40
HSL295.24º25.71%48.04%-
HSV(B)295.24º40.91%60.39%-
XYZ21.9716.232.54-
YUV115.52149.72151.88-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.82%
GREEN value IS 91 (35.94% from 255) = 23.10%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=37.82%
G=23.10%
B=39.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal149911540.030.4100.40295.2425.7148.04
Hex955B9A3290281271a30
Octal2251332323510504473260
Binary1001010110110111001101011101001010100010010011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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