#9F539E

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

Shades of Violet Blue #9F539E

Tints of Violet Blue #9F539E

Color information

#9F539E (or 0x9F539E) is unknown color: approx Violet Blue. HEX triplet: 9F, 53 and 9E. RGB value is (159,83,158). Sum of RGB (Red+Green+Blue) = 159+83+158=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F539E is #60AC61. Grayscale: #727272. Windows color (decimal): -6335586 or 10376095. OLE color: 10376095.

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

Color convert

RGB15983158-
CMYK00.480.010.38
HSL300.79º31.4%47.45%-
HSV(B)300.79º47.8%62.35%-
XYZ23.5616.0334.2-
YUV114.27152.68159.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 83 (32.81% from 255) = 20.75%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=39.75%
G=20.75%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598315800.480.010.38300.7931.447.45
Hex9F539E03012612d1f2f
Octal2371232360601464553757
Binary100111111010011100111100110000110011010010110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F539E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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