#9F7199

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

Shades of Violet Blue #9F7199

Tints of Violet Blue #9F7199

Color information

#9F7199 (or 0x9F7199) is unknown color: approx Violet Blue. HEX triplet: 9F, 71 and 99. RGB value is (159,113,153). Sum of RGB (Red+Green+Blue) = 159+113+153=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7199 is #608E66. Grayscale: #838383. Windows color (decimal): -6327911 or 10056095. OLE color: 10056095.

HSL color Cylindrical-coordinate representation of color #9F7199: 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 #9F7199 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB159113153-
CMYK00.290.040.38
HSL307.83º19.33%53.33%-
HSV(B)307.83º28.93%62.35%-
XYZ25.9521.4832.92-
YUV131.31140.24147.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 113 (44.53% from 255) = 26.59%
BLUE value IS 153 (60.16% from 255) = 36%
R=37.41%
G=26.59%
B=36%

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
Decimal15911315300.290.040.38307.8319.3353.33
Hex9F719901D4261341335
Octal2371612310354464642365
Binary1001111111100011001100101110110010011010011010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,113,153); }

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

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

 a { background-color: rgb(159,113,153); }

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

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

 span { border-color: rgb(159,113,153); }

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