#955599

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

Shades of Violet Blue #955599

Tints of Violet Blue #955599

Color information

#955599 (or 0x955599) is unknown color: approx Violet Blue. HEX triplet: 95, 55 and 99. RGB value is (149,85,153). Sum of RGB (Red+Green+Blue) = 149+85+153=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #955599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955599 is #6AAA66. Grayscale: #6F6F6F. Windows color (decimal): -6990439 or 10048917. OLE color: 10048917.

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

Color convert

RGB14985153-
CMYK0.030.4400.4
HSL296.47º28.57%46.67%-
HSV(B)296.47º44.44%60%-
XYZ21.3915.1931.94-
YUV111.89151.2154.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=38.50%
G=21.96%
B=39.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149851530.030.4400.4296.4728.5746.67
Hex95559932C0281281d2f
Octal2251252313540504503557
Binary1001010110101011001100111101100010100010010100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955599; }

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

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

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

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

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

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

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

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