#9D4290

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

Shades of Violet Blue #9D4290

Tints of Violet Blue #9D4290

Color information

#9D4290 (or 0x9D4290) is unknown color: approx Violet Blue. HEX triplet: 9D, 42 and 90. RGB value is (157,66,144). Sum of RGB (Red+Green+Blue) = 157+66+144=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4290 is #62BD6F. Grayscale: #656565. Windows color (decimal): -6471024 or 9454237. OLE color: 9454237.

HSL color Cylindrical-coordinate representation of color #9D4290: hue angle of 308.57º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D4290 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15766144-
CMYK00.580.080.38
HSL308.57º40.81%43.73%-
HSV(B)308.57º57.96%61.57%-
XYZ20.8913.0827.81-
YUV102.1151.65167.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 66 (26.17% from 255) = 17.98%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=42.78%
G=17.98%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576614400.580.080.38308.5740.8143.73
Hex9D429003A826135292c
Octal23510222007210464655154
Binary1001110110000101001000001110101000100110100110101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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