#9F5E95

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

Shades of Violet Blue #9F5E95

Tints of Violet Blue #9F5E95

Color information

#9F5E95 (or 0x9F5E95) is unknown color: approx Violet Blue. HEX triplet: 9F, 5E and 95. RGB value is (159,94,149). Sum of RGB (Red+Green+Blue) = 159+94+149=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E95 is #60A16A. Grayscale: #777777. Windows color (decimal): -6332779 or 9789087. OLE color: 9789087.

HSL color Cylindrical-coordinate representation of color #9F5E95: hue angle of 309.23º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E95 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15994149-
CMYK00.410.060.38
HSL309.23º25.69%49.61%-
HSV(B)309.23º40.88%62.35%-
XYZ23.7317.5530.57-
YUV119.7144.53156.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.55%
GREEN value IS 94 (37.11% from 255) = 23.38%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=39.55%
G=23.38%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599414900.410.060.38309.2325.6949.61
Hex9F5E950296261351a32
Octal2371362250516464653262
Binary10011111101111010010101010100111010011010011010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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