#9D4B8B

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

Shades of Violet Blue #9D4B8B

Tints of Violet Blue #9D4B8B

Color information

#9D4B8B (or 0x9D4B8B) is unknown color: approx Violet Blue. HEX triplet: 9D, 4B and 8B. RGB value is (157,75,139). Sum of RGB (Red+Green+Blue) = 157+75+139=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4B8B is #62B474. Grayscale: #6A6A6A. Windows color (decimal): -6468725 or 9128861. OLE color: 9128861.

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

Color convert

RGB15775139-
CMYK00.520.110.38
HSL313.17º35.34%45.49%-
HSV(B)313.17º52.23%61.57%-
XYZ21.0814.0626.03-
YUV106.81146.17163.8-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.32%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=42.32%
G=20.22%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577513900.520.110.38313.1735.3445.49
Hex9D4B8B034B26139232d
Octal23511321306413464714355
Binary1001110110010111000101101101001011100110100111001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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