#9F719B

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

Shades of Violet Blue #9F719B

Tints of Violet Blue #9F719B

Color information

#9F719B (or 0x9F719B) is unknown color: approx Violet Blue. HEX triplet: 9F, 71 and 9B. RGB value is (159,113,155). Sum of RGB (Red+Green+Blue) = 159+113+155=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F719B is #608E64. Grayscale: #838383. Windows color (decimal): -6327909 or 10187167. OLE color: 10187167.

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

Color convert

RGB159113155-
CMYK00.290.030.38
HSL305.22º19.33%53.33%-
HSV(B)305.22º28.93%62.35%-
XYZ26.1221.5533.79-
YUV131.54141.24147.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.24%
GREEN value IS 113 (44.53% from 255) = 26.46%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=37.24%
G=26.46%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911315500.290.030.38305.2219.3353.33
Hex9F719B01D3261311335
Octal2371612330353464612365
Binary100111111110001100110110111011110011010011000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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