#9F5394

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

Shades of Violet Blue #9F5394

Tints of Violet Blue #9F5394

Color information

#9F5394 (or 0x9F5394) is unknown color: approx Violet Blue. HEX triplet: 9F, 53 and 94. RGB value is (159,83,148). Sum of RGB (Red+Green+Blue) = 159+83+148=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5394 is #60AC6B. Grayscale: #707070. Windows color (decimal): -6335596 or 9720735. OLE color: 9720735.

HSL color Cylindrical-coordinate representation of color #9F5394: hue angle of 308.68º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5394 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB15983148-
CMYK00.480.070.38
HSL308.68º31.4%47.45%-
HSV(B)308.68º47.8%62.35%-
XYZ22.7415.729.85-
YUV113.13147.68160.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.77%
GREEN value IS 83 (32.81% from 255) = 21.28%
BLUE value IS 148 (58.20% from 255) = 37.95%
R=40.77%
G=21.28%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598314800.480.070.38308.6831.447.45
Hex9F53940307261351f2f
Octal2371232240607464653757
Binary10011111101001110010100011000011110011010011010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,83,148); }

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

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

 a { background-color: rgb(159,83,148); }

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

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

 span { border-color: rgb(159,83,148); }

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