#9D4C8F

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

Shades of Violet Blue #9D4C8F

Tints of Violet Blue #9D4C8F

Color information

#9D4C8F (or 0x9D4C8F) is unknown color: approx Violet Blue. HEX triplet: 9D, 4C and 8F. RGB value is (157,76,143). Sum of RGB (Red+Green+Blue) = 157+76+143=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4C8F is #62B370. Grayscale: #6B6B6B. Windows color (decimal): -6468465 or 9391261. OLE color: 9391261.

HSL color Cylindrical-coordinate representation of color #9D4C8F: hue angle of 310.37º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4C8F is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB15776143-
CMYK00.520.090.38
HSL310.37º34.76%45.69%-
HSV(B)310.37º51.59%61.57%-
XYZ21.4514.3227.62-
YUV107.86147.84163.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.76%
GREEN value IS 76 (30.08% from 255) = 20.21%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=41.76%
G=20.21%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577614300.520.090.38310.3734.7645.69
Hex9D4C8F034926136232e
Octal23511421706411464664356
Binary1001110110011001000111101101001001100110100110110100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,76,143); }

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

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

 a { background-color: rgb(157,76,143); }

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

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

 span { border-color: rgb(157,76,143); }

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