#9D4E90

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

Shades of Violet Blue #9D4E90

Tints of Violet Blue #9D4E90

Color information

#9D4E90 (or 0x9D4E90) is unknown color: approx Violet Blue. HEX triplet: 9D, 4E and 90. RGB value is (157,78,144). Sum of RGB (Red+Green+Blue) = 157+78+144=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4E90 is #62B16F. Grayscale: #6C6C6C. Windows color (decimal): -6467952 or 9457309. OLE color: 9457309.

HSL color Cylindrical-coordinate representation of color #9D4E90: hue angle of 309.87º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4E90 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15778144-
CMYK00.500.080.38
HSL309.87º33.62%46.08%-
HSV(B)309.87º50.32%61.57%-
XYZ21.6614.6328.07-
YUV109.14147.67162.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.42%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=41.42%
G=20.58%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577814400.500.080.38309.8733.6246.08
Hex9D4E90032826136222e
Octal23511622006210464664256
Binary1001110110011101001000001100101000100110100110110100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,78,144); }

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

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

 a { background-color: rgb(157,78,144); }

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

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

 span { border-color: rgb(157,78,144); }

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