#9D4A88

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

Shades of Violet Blue #9D4A88

Tints of Violet Blue #9D4A88

Color information

#9D4A88 (or 0x9D4A88) is unknown color: approx Violet Blue. HEX triplet: 9D, 4A and 88. RGB value is (157,74,136). Sum of RGB (Red+Green+Blue) = 157+74+136=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4A88 is #62B577. Grayscale: #696969. Windows color (decimal): -6468984 or 8931997. OLE color: 8931997.

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

Color convert

RGB15774136-
CMYK00.530.130.38
HSL315.18º35.93%45.29%-
HSV(B)315.18º52.87%61.57%-
XYZ20.813.8424.87-
YUV105.88145164.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.78%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=42.78%
G=20.16%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577413600.530.130.38315.1835.9345.29
Hex9D4A88035D2613b242d
Octal23511221006515464734455
Binary1001110110010101000100001101011101100110100111011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,74,136); }

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

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

 a { background-color: rgb(157,74,136); }

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

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

 span { border-color: rgb(157,74,136); }

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