#9D4994

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

Shades of Violet Blue #9D4994

Tints of Violet Blue #9D4994

Color information

#9D4994 (or 0x9D4994) is unknown color: approx Violet Blue. HEX triplet: 9D, 49 and 94. RGB value is (157,73,148). Sum of RGB (Red+Green+Blue) = 157+73+148=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4994 is #62B66B. Grayscale: #6A6A6A. Windows color (decimal): -6469228 or 9718173. OLE color: 9718173.

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

Color convert

RGB15773148-
CMYK00.540.060.38
HSL306.43º36.52%45.1%-
HSV(B)306.43º53.5%61.57%-
XYZ21.6314.0729.59-
YUV106.67151.33163.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.53%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=41.53%
G=19.31%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577314800.540.060.38306.4336.5245.1
Hex9D4994036626132252d
Octal2351112240666464624555
Binary100111011001001100101000110110110100110100110010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,73,148); }

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

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

 a { background-color: rgb(157,73,148); }

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

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

 span { border-color: rgb(157,73,148); }

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