#9D6997

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

Shades of Violet Blue #9D6997

Tints of Violet Blue #9D6997

Color information

#9D6997 (or 0x9D6997) is unknown color: approx Violet Blue. HEX triplet: 9D, 69 and 97. RGB value is (157,105,151). Sum of RGB (Red+Green+Blue) = 157+105+151=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 151 (59.38% from 255 or 36.56% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6997 is #629668. Grayscale: #7D7D7D. Windows color (decimal): -6461033 or 9922973. OLE color: 9922973.

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

Color convert

RGB157105151-
CMYK00.330.040.38
HSL306.92º20.97%51.37%-
HSV(B)306.92º33.12%61.57%-
XYZ24.5419.5131.75-
YUV125.79142.23150.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.01%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 151 (59.38% from 255) = 36.56%
R=38.01%
G=25.42%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710515100.330.040.38306.9220.9751.37
Hex9D69970214261331533
Octal2351512270414464632563
Binary10011101110100110010111010000110010011010011001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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