#955399

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

Shades of Violet Blue #955399

Tints of Violet Blue #955399

Color information

#955399 (or 0x955399) is unknown color: approx Violet Blue. HEX triplet: 95, 53 and 99. RGB value is (149,83,153). Sum of RGB (Red+Green+Blue) = 149+83+153=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #955399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955399 is #6AAC66. Grayscale: #6E6E6E. Windows color (decimal): -6990951 or 10048405. OLE color: 10048405.

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

Color convert

RGB14983153-
CMYK0.030.4600.4
HSL296.57º29.66%46.27%-
HSV(B)296.57º45.75%60%-
XYZ21.2414.8831.89-
YUV110.71151.87155.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 83 (32.81% from 255) = 21.56%
BLUE value IS 153 (60.16% from 255) = 39.74%
R=38.70%
G=21.56%
B=39.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149831530.030.4600.4296.5729.6646.27
Hex95539932E0281291e2e
Octal2251232313560504513656
Binary1001010110100111001100111101110010100010010100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955399; }

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

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

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

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

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

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

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

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