#9F589E

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

Shades of Violet Blue #9F589E

Tints of Violet Blue #9F589E

Color information

#9F589E (or 0x9F589E) is unknown color: approx Violet Blue. HEX triplet: 9F, 58 and 9E. RGB value is (159,88,158). Sum of RGB (Red+Green+Blue) = 159+88+158=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F589E is #60A761. Grayscale: #747474. Windows color (decimal): -6334306 or 10377375. OLE color: 10377375.

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

Color convert

RGB15988158-
CMYK00.450.010.38
HSL300.85º28.74%48.43%-
HSV(B)300.85º44.65%62.35%-
XYZ23.9616.8234.33-
YUV117.21151.02157.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 88 (34.77% from 255) = 21.73%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=39.26%
G=21.73%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598815800.450.010.38300.8528.7448.43
Hex9F589E02D12612d1d30
Octal2371302360551464553560
Binary100111111011000100111100101101110011010010110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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