#9D489C

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

Shades of Violet Blue #9D489C

Tints of Violet Blue #9D489C

Color information

#9D489C (or 0x9D489C) is unknown color: approx Violet Blue. HEX triplet: 9D, 48 and 9C. RGB value is (157,72,156). Sum of RGB (Red+Green+Blue) = 157+72+156=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D489C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D489C is #62B763. Grayscale: #6A6A6A. Windows color (decimal): -6469476 or 10242205. OLE color: 10242205.

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

Color convert

RGB15772156-
CMYK00.540.010.38
HSL300.71º37.12%44.9%-
HSV(B)300.71º54.14%61.57%-
XYZ22.2214.233.02-
YUV106.99155.66163.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 72 (28.52% from 255) = 18.70%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=40.78%
G=18.70%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577215600.540.010.38300.7137.1244.9
Hex9D489C03612612d252d
Octal2351102340661464554555
Binary1001110110010001001110001101101100110100101101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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