#9F5995

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

Shades of Violet Blue #9F5995

Tints of Violet Blue #9F5995

Color information

#9F5995 (or 0x9F5995) is unknown color: approx Violet Blue. HEX triplet: 9F, 59 and 95. RGB value is (159,89,149). Sum of RGB (Red+Green+Blue) = 159+89+149=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5995 is #60A66A. Grayscale: #747474. Windows color (decimal): -6334059 or 9787807. OLE color: 9787807.

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

Color convert

RGB15989149-
CMYK00.440.060.38
HSL308.57º28.23%48.63%-
HSV(B)308.57º44.03%62.35%-
XYZ23.316.6930.43-
YUV116.77146.19158.12-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598914900.440.060.38308.5728.2348.63
Hex9F599502C6261351c31
Octal2371312250546464653461
Binary10011111101100110010101010110011010011010011010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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