#95599D

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

Shades of Violet Blue #95599D

Tints of Violet Blue #95599D

Color information

#95599D (or 0x95599D) is unknown color: approx Violet Blue. HEX triplet: 95, 59 and 9D. RGB value is (149,89,157). Sum of RGB (Red+Green+Blue) = 149+89+157=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #95599D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95599D is #6AA662. Grayscale: #727272. Windows color (decimal): -6989411 or 10312085. OLE color: 10312085.

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

Color convert

RGB14989157-
CMYK0.050.4300.38
HSL292.94º27.64%48.24%-
HSV(B)292.94º43.31%61.57%-
XYZ22.0515.9733.82-
YUV114.69151.88152.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.72%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=37.72%
G=22.53%
B=39.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal149891570.050.4300.38292.9427.6448.24
Hex95599D52B0261251c30
Octal2251312355530464453460
Binary10010101101100110011101101101011010011010010010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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