#9F589D

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

Shades of Violet Blue #9F589D

Tints of Violet Blue #9F589D

Color information

#9F589D (or 0x9F589D) is unknown color: approx Violet Blue. HEX triplet: 9F, 58 and 9D. RGB value is (159,88,157). Sum of RGB (Red+Green+Blue) = 159+88+157=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F589D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F589D is #60A762. Grayscale: #747474. Windows color (decimal): -6334307 or 10311839. OLE color: 10311839.

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

Color convert

RGB15988157-
CMYK00.450.010.38
HSL301.69º28.74%48.43%-
HSV(B)301.69º44.65%62.35%-
XYZ23.8716.7833.88-
YUV117.1150.52157.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.36%
GREEN value IS 88 (34.77% from 255) = 21.78%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=39.36%
G=21.78%
B=38.86%

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
Decimal1598815700.450.010.38301.6928.7448.43
Hex9F589D02D12612e1d30
Octal2371302350551464563560
Binary100111111011000100111010101101110011010010111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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