#9F6D96

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

Shades of Violet Blue #9F6D96

Tints of Violet Blue #9F6D96

Color information

#9F6D96 (or 0x9F6D96) is unknown color: approx Violet Blue. HEX triplet: 9F, 6D and 96. RGB value is (159,109,150). Sum of RGB (Red+Green+Blue) = 159+109+150=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6D96 is #609269. Grayscale: #808080. Windows color (decimal): -6328938 or 9858463. OLE color: 9858463.

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

Color convert

RGB159109150-
CMYK00.310.060.38
HSL310.8º20.66%52.55%-
HSV(B)310.8º31.45%62.35%-
XYZ25.2720.5131.48-
YUV128.62140.06149.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.04%
GREEN value IS 109 (42.97% from 255) = 26.08%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=38.04%
G=26.08%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910915000.310.060.38310.820.6652.55
Hex9F6D9601F6261371535
Octal2371552260376464672565
Binary1001111111011011001011001111111010011010011011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,109,150); }

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

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

 a { background-color: rgb(159,109,150); }

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

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

 span { border-color: rgb(159,109,150); }

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