#9F5F9B

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

Shades of Violet Blue #9F5F9B

Tints of Violet Blue #9F5F9B

Color information

#9F5F9B (or 0x9F5F9B) is unknown color: approx Violet Blue. HEX triplet: 9F, 5F and 9B. RGB value is (159,95,155). Sum of RGB (Red+Green+Blue) = 159+95+155=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F9B is #60A064. Grayscale: #787878. Windows color (decimal): -6332517 or 10182559. OLE color: 10182559.

HSL color Cylindrical-coordinate representation of color #9F5F9B: hue angle of 303.75º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F5F9B is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15995155-
CMYK00.400.030.38
HSL303.75º25.2%49.8%-
HSV(B)303.75º40.25%62.35%-
XYZ24.3117.9233.19-
YUV120.98147.2155.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.88%
GREEN value IS 95 (37.5% from 255) = 23.23%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=38.88%
G=23.23%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599515500.400.030.38303.7525.249.8
Hex9F5F9B0283261301932
Octal2371372330503464603162
Binary1001111110111111001101101010001110011010011000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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