#9D4B95

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

Shades of Violet Blue #9D4B95

Tints of Violet Blue #9D4B95

Color information

#9D4B95 (or 0x9D4B95) is unknown color: approx Violet Blue. HEX triplet: 9D, 4B and 95. RGB value is (157,75,149). Sum of RGB (Red+Green+Blue) = 157+75+149=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4B95 is #62B46A. Grayscale: #6B6B6B. Windows color (decimal): -6468715 or 9784221. OLE color: 9784221.

HSL color Cylindrical-coordinate representation of color #9D4B95: hue angle of 305.85º 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 #9D4B95 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB15775149-
CMYK00.520.050.38
HSL305.85º35.34%45.49%-
HSV(B)305.85º52.23%61.57%-
XYZ21.8514.3730.06-
YUV107.95151.17162.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 149 (58.59% from 255) = 39.11%
R=41.21%
G=19.69%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577514900.520.050.38305.8535.3445.49
Hex9D4B95034526132232d
Octal2351132250645464624355
Binary100111011001011100101010110100101100110100110010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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