#9D6F97

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

Shades of Violet Blue #9D6F97

Tints of Violet Blue #9D6F97

Color information

#9D6F97 (or 0x9D6F97) is unknown color: approx Violet Blue. HEX triplet: 9D, 6F and 97. RGB value is (157,111,151). Sum of RGB (Red+Green+Blue) = 157+111+151=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6F97 is #629068. Grayscale: #818181. Windows color (decimal): -6459497 or 9924509. OLE color: 9924509.

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

Color convert

RGB157111151-
CMYK00.290.040.38
HSL307.83º19.01%52.55%-
HSV(B)307.83º29.3%61.57%-
XYZ25.1720.7731.96-
YUV129.31140.24147.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 151 (59.38% from 255) = 36.04%
R=37.47%
G=26.49%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711115100.290.040.38307.8319.0152.55
Hex9D6F9701D4261341335
Octal2351572270354464642365
Binary1001110111011111001011101110110010011010011010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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