#9F56AA

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

Shades of Violet Blue #9F56AA

Tints of Violet Blue #9F56AA

Color information

#9F56AA (or 0x9F56AA) is unknown color: approx Violet Blue. HEX triplet: 9F, 56 and AA. RGB value is (159,86,170). Sum of RGB (Red+Green+Blue) = 159+86+170=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F56AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F56AA is #60A955. Grayscale: #757575. Windows color (decimal): -6334806 or 11163295. OLE color: 11163295.

HSL color Cylindrical-coordinate representation of color #9F56AA: hue angle of 292.14º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F56AA is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15986170-
CMYK0.060.4900.33
HSL292.14º33.07%50.2%-
HSV(B)292.14º49.41%66.67%-
XYZ24.8816.9339.99-
YUV117.4157.68157.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.31%
GREEN value IS 86 (33.98% from 255) = 20.72%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=38.31%
G=20.72%
B=40.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159861700.060.4900.33292.1433.0750.2
Hex9F56AA6310211242132
Octal2371262526610414444162
Binary100111111010110101010101101100010100001100100100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F56AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,86,170); }

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

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

 a { background-color: rgb(159,86,170); }

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

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

 span { border-color: rgb(159,86,170); }

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