#9D3E99

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

Shades of Violet Blue #9D3E99

Tints of Violet Blue #9D3E99

Color information

#9D3E99 (or 0x9D3E99) is unknown color: approx Violet Blue. HEX triplet: 9D, 3E and 99. RGB value is (157,62,153). Sum of RGB (Red+Green+Blue) = 157+62+153=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3E99 is #62C166. Grayscale: #646464. Windows color (decimal): -6472039 or 10043037. OLE color: 10043037.

HSL color Cylindrical-coordinate representation of color #9D3E99: hue angle of 302.53º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D3E99 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15762153-
CMYK00.610.030.38
HSL302.53º43.38%42.94%-
HSV(B)302.53º60.51%61.57%-
XYZ21.3812.9131.5-
YUV100.78157.47168.1-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.20%
GREEN value IS 62 (24.61% from 255) = 16.67%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=42.20%
G=16.67%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576215300.610.030.38302.5343.3842.94
Hex9D3E9903D32612f2b2b
Octal235762310753464575353
Binary1001110111111010011001011110111100110100101111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,62,153); }

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

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

 a { background-color: rgb(157,62,153); }

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

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

 span { border-color: rgb(157,62,153); }

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