#9F719F

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

Shades of Violet Blue #9F719F

Tints of Violet Blue #9F719F

Color information

#9F719F (or 0x9F719F) is unknown color: approx Violet Blue. HEX triplet: 9F, 71 and 9F. RGB value is (159,113,159). Sum of RGB (Red+Green+Blue) = 159+113+159=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F719F is #608E60. Grayscale: #838383. Windows color (decimal): -6327905 or 10449311. OLE color: 10449311.

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

Color convert

RGB159113159-
CMYK00.2900.38
HSL300º19.33%53.33%-
HSV(B)300º28.93%62.35%-
XYZ26.4621.6835.59-
YUV132143.24147.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=36.89%
G=26.22%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911315900.2900.3830019.3353.33
Hex9F719F01D02612c1335
Octal2371612370350464542365
Binary10011111111000110011111011101010011010010110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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