#9D4F95

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

Shades of Violet Blue #9D4F95

Tints of Violet Blue #9D4F95

Color information

#9D4F95 (or 0x9D4F95) is unknown color: approx Violet Blue. HEX triplet: 9D, 4F and 95. RGB value is (157,79,149). Sum of RGB (Red+Green+Blue) = 157+79+149=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D4F95 is #62B06A. Grayscale: #6E6E6E. Windows color (decimal): -6467691 or 9785245. OLE color: 9785245.

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

Color convert

RGB15779149-
CMYK00.500.050.38
HSL306.15º33.05%46.27%-
HSV(B)306.15º49.68%61.57%-
XYZ22.1314.9330.15-
YUV110.3149.84161.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 79 (31.25% from 255) = 20.52%
BLUE value IS 149 (58.59% from 255) = 38.70%
R=40.78%
G=20.52%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577914900.500.050.38306.1533.0546.27
Hex9D4F95032526132212e
Octal2351172250625464624156
Binary100111011001111100101010110010101100110100110010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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