#9D4B96

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

Shades of Violet Blue #9D4B96

Tints of Violet Blue #9D4B96

Color information

#9D4B96 (or 0x9D4B96) is unknown color: approx Violet Blue. HEX triplet: 9D, 4B and 96. RGB value is (157,75,150). Sum of RGB (Red+Green+Blue) = 157+75+150=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4B96 is #62B469. Grayscale: #6B6B6B. Windows color (decimal): -6468714 or 9849757. OLE color: 9849757.

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

Color convert

RGB15775150-
CMYK00.520.040.38
HSL305.12º35.34%45.49%-
HSV(B)305.12º52.23%61.57%-
XYZ21.9314.430.48-
YUV108.07151.67162.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 150 (58.98% from 255) = 39.27%
R=41.10%
G=19.63%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577515000.520.040.38305.1235.3445.49
Hex9D4B96034426131232d
Octal2351132260644464614355
Binary100111011001011100101100110100100100110100110001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,75,150); }

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

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

 a { background-color: rgb(157,75,150); }

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

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

 span { border-color: rgb(157,75,150); }

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