#9D4A8B

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

Shades of Violet Blue #9D4A8B

Tints of Violet Blue #9D4A8B

Color information

#9D4A8B (or 0x9D4A8B) is unknown color: approx Violet Blue. HEX triplet: 9D, 4A and 8B. RGB value is (157,74,139). Sum of RGB (Red+Green+Blue) = 157+74+139=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4A8B is #62B574. Grayscale: #6A6A6A. Windows color (decimal): -6468981 or 9128605. OLE color: 9128605.

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

Color convert

RGB15774139-
CMYK00.530.110.38
HSL313.01º35.93%45.29%-
HSV(B)313.01º52.87%61.57%-
XYZ21.0113.9326.01-
YUV106.23146.5164.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.43%
GREEN value IS 74 (29.30% from 255) = 20%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=42.43%
G=20%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577413900.530.110.38313.0135.9345.29
Hex9D4A8B035B26139242d
Octal23511221306513464714455
Binary1001110110010101000101101101011011100110100111001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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