#9f549e

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

Shades of Violet Blue #9F549E

Tints of Violet Blue #9F549E

Color information

#9F549E (or 0x9F549E) is unknown color: approx Violet Blue. HEX triplet: 9F, 54 and 9E. RGB value is (159,84,158). Sum of RGB (Red+Green+Blue) = 159+84+158=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F549E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F549E is #60AB61. Grayscale: #727272. Windows color (decimal): -6335330 or 10376351. OLE color: 10376351.

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

Color convert

RGB15984158-
CMYK00.470.010.38
HSL300.8º30.86%47.65%-
HSV(B)300.8º47.17%62.35%-
XYZ23.6416.1834.22-
YUV114.86152.35159.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.65%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=39.65%
G=20.95%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598415800.470.010.38300.830.8647.65
Hex9F549E02F12612d1f30
Octal2371242360571464553760
Binary100111111010100100111100101111110011010010110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f549e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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