#9D5D93

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

Shades of Violet Blue #9D5D93

Tints of Violet Blue #9D5D93

Color information

#9D5D93 (or 0x9D5D93) is unknown color: approx Violet Blue. HEX triplet: 9D, 5D and 93. RGB value is (157,93,147). Sum of RGB (Red+Green+Blue) = 157+93+147=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5D93 is #62A26C. Grayscale: #767676. Windows color (decimal): -6464109 or 9657757. OLE color: 9657757.

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

Color convert

RGB15793147-
CMYK00.410.060.38
HSL309.38º25.6%49.02%-
HSV(B)309.38º40.76%61.57%-
XYZ23.0917.129.69-
YUV118.29144.2155.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.55%
GREEN value IS 93 (36.72% from 255) = 23.43%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=39.55%
G=23.43%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579314700.410.060.38309.3825.649.02
Hex9D5D930296261351a31
Octal2351352230516464653261
Binary10011101101110110010011010100111010011010011010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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