#9F5F9D

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

Shades of Violet Blue #9F5F9D

Tints of Violet Blue #9F5F9D

Color information

#9F5F9D (or 0x9F5F9D) is unknown color: approx Violet Blue. HEX triplet: 9F, 5F and 9D. RGB value is (159,95,157). Sum of RGB (Red+Green+Blue) = 159+95+157=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F9D is #60A062. Grayscale: #797979. Windows color (decimal): -6332515 or 10313631. OLE color: 10313631.

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

Color convert

RGB15995157-
CMYK00.400.010.38
HSL301.88º25.2%49.8%-
HSV(B)301.88º40.25%62.35%-
XYZ24.4817.9934.08-
YUV121.2148.2154.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.69%
GREEN value IS 95 (37.5% from 255) = 23.11%
BLUE value IS 157 (61.72% from 255) = 38.20%
R=38.69%
G=23.11%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599515700.400.010.38301.8825.249.8
Hex9F5F9D02812612e1932
Octal2371372350501464563162
Binary100111111011111100111010101000110011010010111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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