#9F599B

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

Shades of Violet Blue #9F599B

Tints of Violet Blue #9F599B

Color information

#9F599B (or 0x9F599B) is unknown color: approx Violet Blue. HEX triplet: 9F, 59 and 9B. RGB value is (159,89,155). Sum of RGB (Red+Green+Blue) = 159+89+155=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F599B is #60A664. Grayscale: #757575. Windows color (decimal): -6334053 or 10181023. OLE color: 10181023.

HSL color Cylindrical-coordinate representation of color #9F599B: hue angle of 303.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 #9F599B is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15989155-
CMYK00.440.030.38
HSL303.43º28.23%48.63%-
HSV(B)303.43º44.03%62.35%-
XYZ23.7916.8833.02-
YUV117.45149.19157.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.45%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 155 (60.94% from 255) = 38.46%
R=39.45%
G=22.08%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598915500.440.030.38303.4328.2348.63
Hex9F599B02C32612f1c31
Octal2371312330543464573461
Binary1001111110110011001101101011001110011010010111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F599B; }

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

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

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

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

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

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

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

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