#9D5F97

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

Shades of Violet Blue #9D5F97

Tints of Violet Blue #9D5F97

Color information

#9D5F97 (or 0x9D5F97) is unknown color: approx Violet Blue. HEX triplet: 9D, 5F and 97. RGB value is (157,95,151). Sum of RGB (Red+Green+Blue) = 157+95+151=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5F97 is #62A068. Grayscale: #777777. Windows color (decimal): -6463593 or 9920413. OLE color: 9920413.

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

Color convert

RGB15795151-
CMYK00.390.040.38
HSL305.81º24.6%49.41%-
HSV(B)305.81º39.49%61.57%-
XYZ23.5817.5931.43-
YUV119.92145.54154.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.96%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=38.96%
G=23.57%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579515100.390.040.38305.8124.649.41
Hex9D5F970274261321931
Octal2351372270474464623161
Binary10011101101111110010111010011110010011010011001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,95,151); }

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

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

 a { background-color: rgb(157,95,151); }

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

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

 span { border-color: rgb(157,95,151); }

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