#9D4894

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

Shades of Violet Blue #9D4894

Tints of Violet Blue #9D4894

Color information

#9D4894 (or 0x9D4894) is unknown color: approx Violet Blue. HEX triplet: 9D, 48 and 94. RGB value is (157,72,148). Sum of RGB (Red+Green+Blue) = 157+72+148=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4894 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4894 is #62B76B. Grayscale: #696969. Windows color (decimal): -6469484 or 9717917. OLE color: 9717917.

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

Color convert

RGB15772148-
CMYK00.540.060.38
HSL306.35º37.12%44.9%-
HSV(B)306.35º54.14%61.57%-
XYZ21.5713.9429.57-
YUV106.08151.66164.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.64%
GREEN value IS 72 (28.52% from 255) = 19.10%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=41.64%
G=19.10%
B=39.26%

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
Decimal1577214800.540.060.38306.3537.1244.9
Hex9D4894036626132252d
Octal2351102240666464624555
Binary100111011001000100101000110110110100110100110010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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