#955499

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

Shades of Violet Blue #955499

Tints of Violet Blue #955499

Color information

#955499 (or 0x955499) is unknown color: approx Violet Blue. HEX triplet: 95, 54 and 99. RGB value is (149,84,153). Sum of RGB (Red+Green+Blue) = 149+84+153=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #955499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955499 is #6AAB66. Grayscale: #6F6F6F. Windows color (decimal): -6990695 or 10048661. OLE color: 10048661.

HSL color Cylindrical-coordinate representation of color #955499: hue angle of 296.52º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #955499 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14984153-
CMYK0.030.4500.4
HSL296.52º29.11%46.47%-
HSV(B)296.52º45.1%60%-
XYZ21.3115.0331.91-
YUV111.3151.53154.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 84 (33.20% from 255) = 21.76%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=38.60%
G=21.76%
B=39.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149841530.030.4500.4296.5229.1146.47
Hex95549932D0281291d2e
Octal2251242313550504513556
Binary1001010110101001001100111101101010100010010100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955499; }

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

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

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

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

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

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

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

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