#9F5990

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

Shades of Violet Blue #9F5990

Tints of Violet Blue #9F5990

Color information

#9F5990 (or 0x9F5990) is unknown color: approx Violet Blue. HEX triplet: 9F, 59 and 90. RGB value is (159,89,144). Sum of RGB (Red+Green+Blue) = 159+89+144=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5990 is #60A66F. Grayscale: #747474. Windows color (decimal): -6334064 or 9460127. OLE color: 9460127.

HSL color Cylindrical-coordinate representation of color #9F5990: hue angle of 312.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5990 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15989144-
CMYK00.440.090.38
HSL312.86º28.23%48.63%-
HSV(B)312.86º44.03%62.35%-
XYZ22.916.5328.37-
YUV116.2143.69158.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.56%
GREEN value IS 89 (35.16% from 255) = 22.70%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=40.56%
G=22.70%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598914400.440.090.38312.8628.2348.63
Hex9F599002C9261391c31
Octal23713122005411464713461
Binary100111111011001100100000101100100110011010011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,89,144); }

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

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

 a { background-color: rgb(159,89,144); }

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

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

 span { border-color: rgb(159,89,144); }

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