#9D6C96

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

Shades of Violet Blue #9D6C96

Tints of Violet Blue #9D6C96

Color information

#9D6C96 (or 0x9D6C96) is unknown color: approx Violet Blue. HEX triplet: 9D, 6C and 96. RGB value is (157,108,150). Sum of RGB (Red+Green+Blue) = 157+108+150=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6C96 is #629369. Grayscale: #7F7F7F. Windows color (decimal): -6460266 or 9858205. OLE color: 9858205.

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

Color convert

RGB157108150-
CMYK00.310.040.38
HSL308.57º20%51.96%-
HSV(B)308.57º31.21%61.57%-
XYZ24.7720.131.43-
YUV127.44140.73149.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.83%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=37.83%
G=26.02%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710815000.310.040.38308.572051.96
Hex9D6C9601F4261351434
Octal2351542260374464652464
Binary1001110111011001001011001111110010011010011010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,108,150); }

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

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

 a { background-color: rgb(157,108,150); }

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

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

 span { border-color: rgb(157,108,150); }

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