#9D489F

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

Shades of Violet Blue #9D489F

Tints of Violet Blue #9D489F

Color information

#9D489F (or 0x9D489F) is unknown color: approx Violet Blue. HEX triplet: 9D, 48 and 9F. RGB value is (157,72,159). Sum of RGB (Red+Green+Blue) = 157+72+159=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D489F is #62B760. Grayscale: #6B6B6B. Windows color (decimal): -6469473 or 10438813. OLE color: 10438813.

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

Color convert

RGB15772159-
CMYK0.010.5500.38
HSL298.62º37.66%45.29%-
HSV(B)298.62º54.72%62.35%-
XYZ22.4814.3134.38-
YUV107.33157.16163.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.46%
GREEN value IS 72 (28.52% from 255) = 18.56%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=40.46%
G=18.56%
B=40.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157721590.010.5500.38298.6237.6645.29
Hex9D489F13702612b262d
Octal2351102371670464534655
Binary1001110110010001001111111101110100110100101011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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