#9F5E92

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

Shades of Violet Blue #9F5E92

Tints of Violet Blue #9F5E92

Color information

#9F5E92 (or 0x9F5E92) is unknown color: approx Violet Blue. HEX triplet: 9F, 5E and 92. RGB value is (159,94,146). Sum of RGB (Red+Green+Blue) = 159+94+146=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E92 is #60A16D. Grayscale: #777777. Windows color (decimal): -6332782 or 9592479. OLE color: 9592479.

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

Color convert

RGB15994146-
CMYK00.410.080.38
HSL312º25.69%49.61%-
HSV(B)312º40.88%62.35%-
XYZ23.4917.4529.32-
YUV119.36143.03156.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.85%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=39.85%
G=23.56%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599414600.410.080.3831225.6949.61
Hex9F5E920298261381a32
Octal23713622205110464703262
Binary100111111011110100100100101001100010011010011100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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