#9D5A93

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

Shades of Violet Blue #9D5A93

Tints of Violet Blue #9D5A93

Color information

#9D5A93 (or 0x9D5A93) is unknown color: approx Violet Blue. HEX triplet: 9D, 5A and 93. RGB value is (157,90,147). Sum of RGB (Red+Green+Blue) = 157+90+147=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5A93 is #62A56C. Grayscale: #747474. Windows color (decimal): -6464877 or 9656989. OLE color: 9656989.

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

Color convert

RGB15790147-
CMYK00.430.060.38
HSL308.96º27.13%48.43%-
HSV(B)308.96º42.68%61.57%-
XYZ22.8316.5929.6-
YUV116.53145.2156.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.85%
GREEN value IS 90 (35.55% from 255) = 22.84%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=39.85%
G=22.84%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579014700.430.060.38308.9627.1348.43
Hex9D5A9302B6261351b30
Octal2351322230536464653360
Binary10011101101101010010011010101111010011010011010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,90,147); }

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

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

 a { background-color: rgb(157,90,147); }

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

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

 span { border-color: rgb(157,90,147); }

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