#95599F

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

Shades of Violet Blue #95599F

Tints of Violet Blue #95599F

Color information

#95599F (or 0x95599F) is unknown color: approx Violet Blue. HEX triplet: 95, 59 and 9F. RGB value is (149,89,159). Sum of RGB (Red+Green+Blue) = 149+89+159=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #95599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95599F is #6AA660. Grayscale: #727272. Windows color (decimal): -6989409 or 10443157. OLE color: 10443157.

HSL color Cylindrical-coordinate representation of color #95599F: hue angle of 291.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95599F is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14989159-
CMYK0.060.4400.38
HSL291.43º28.23%48.63%-
HSV(B)291.43º44.03%62.35%-
XYZ22.2216.0434.73-
YUV114.92152.88152.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 159 (62.5% from 255) = 40.05%
R=37.53%
G=22.42%
B=40.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149891590.060.4400.38291.4328.2348.63
Hex95599F62C0261231c31
Octal2251312376540464433461
Binary10010101101100110011111110101100010011010010001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95599F; }

 p { color: rgb(149,89,159); }

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

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

 a { background-color: rgb(149,89,159); }

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

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

 span { border-color: rgb(149,89,159); }

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