#954599

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

Shades of Violet Blue #954599

Tints of Violet Blue #954599

Color information

#954599 (or 0x954599) is unknown color: approx Violet Blue. HEX triplet: 95, 45 and 99. RGB value is (149,69,153). Sum of RGB (Red+Green+Blue) = 149+69+153=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #954599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954599 is #6ABA66. Grayscale: #666666. Windows color (decimal): -6994535 or 10044821. OLE color: 10044821.

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

Color convert

RGB14969153-
CMYK0.030.5500.4
HSL297.14º37.84%43.53%-
HSV(B)297.14º54.9%60%-
XYZ20.2712.9531.57-
YUV102.5156.5161.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.16%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 153 (60.16% from 255) = 41.24%
R=40.16%
G=18.60%
B=41.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal149691530.030.5500.4297.1437.8443.53
Hex954599337028129262c
Octal2251052313670504514654
Binary10010101100010110011001111101110101000100101001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954599; }

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

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

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

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

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

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

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

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