#955A99

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

Shades of Violet Blue #955A99

Tints of Violet Blue #955A99

Color information

#955A99 (or 0x955A99) is unknown color: approx Violet Blue. HEX triplet: 95, 5A and 99. RGB value is (149,90,153). Sum of RGB (Red+Green+Blue) = 149+90+153=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 153 - color contains mainly: blue. Hex color #955A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A99 is #6AA566. Grayscale: #727272. Windows color (decimal): -6989159 or 10050197. OLE color: 10050197.

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

Color convert

RGB14990153-
CMYK0.030.4100.4
HSL296.19º25.93%47.65%-
HSV(B)296.19º41.18%60%-
XYZ21.81632.08-
YUV114.82149.55152.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 90 (35.55% from 255) = 22.96%
BLUE value IS 153 (60.16% from 255) = 39.03%
R=38.01%
G=22.96%
B=39.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149901530.030.4100.4296.1925.9347.65
Hex955A993290281281a30
Octal2251322313510504503260
Binary1001010110110101001100111101001010100010010100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,90,153); }

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

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

 a { background-color: rgb(149,90,153); }

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

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

 span { border-color: rgb(149,90,153); }

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