#956399

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

Shades of Violet Blue #956399

Tints of Violet Blue #956399

Color information

#956399 (or 0x956399) is unknown color: approx Violet Blue. HEX triplet: 95, 63 and 99. RGB value is (149,99,153). Sum of RGB (Red+Green+Blue) = 149+99+153=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 153 - color contains mainly: blue. Hex color #956399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956399 is #6A9C66. Grayscale: #777777. Windows color (decimal): -6986855 or 10052501. OLE color: 10052501.

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

Color convert

RGB14999153-
CMYK0.030.3500.4
HSL295.56º21.43%49.41%-
HSV(B)295.56º35.29%60%-
XYZ22.6117.6132.35-
YUV120.11146.56148.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 99 (39.06% from 255) = 24.69%
BLUE value IS 153 (60.16% from 255) = 38.15%
R=37.16%
G=24.69%
B=38.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149991530.030.3500.4295.5621.4349.41
Hex9563993230281281531
Octal2251432313430504502561
Binary1001010111000111001100111100011010100010010100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956399; }

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

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

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

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

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

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

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

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