#9D4A8E

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

Shades of Violet Blue #9D4A8E

Tints of Violet Blue #9D4A8E

Color information

#9D4A8E (or 0x9D4A8E) is unknown color: approx Violet Blue. HEX triplet: 9D, 4A and 8E. RGB value is (157,74,142). Sum of RGB (Red+Green+Blue) = 157+74+142=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4A8E is #62B571. Grayscale: #6A6A6A. Windows color (decimal): -6468978 or 9325213. OLE color: 9325213.

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

Color convert

RGB15774142-
CMYK00.530.100.38
HSL310.84º35.93%45.29%-
HSV(B)310.84º52.87%61.57%-
XYZ21.2414.0227.18-
YUV106.57148163.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=42.09%
G=19.84%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577414200.530.100.38310.8435.9345.29
Hex9D4A8E035A26137242d
Octal23511221606512464674455
Binary1001110110010101000111001101011010100110100110111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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