#9D5E95

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

Shades of Violet Blue #9D5E95

Tints of Violet Blue #9D5E95

Color information

#9D5E95 (or 0x9D5E95) is unknown color: approx Violet Blue. HEX triplet: 9D, 5E and 95. RGB value is (157,94,149). Sum of RGB (Red+Green+Blue) = 157+94+149=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5E95 is #62A16A. Grayscale: #767676. Windows color (decimal): -6463851 or 9789085. OLE color: 9789085.

HSL color Cylindrical-coordinate representation of color #9D5E95: hue angle of 307.62º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D5E95 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB15794149-
CMYK00.400.050.38
HSL307.62º25.1%49.22%-
HSV(B)307.62º40.13%61.57%-
XYZ23.3317.3430.55-
YUV119.11144.87155.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.25%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=39.25%
G=23.5%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579414900.400.050.38307.6225.149.22
Hex9D5E950285261341931
Octal2351362250505464643161
Binary10011101101111010010101010100010110011010011010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,94,149); }

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

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

 a { background-color: rgb(157,94,149); }

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

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

 span { border-color: rgb(157,94,149); }

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