#9F709B

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

Shades of Violet Blue #9F709B

Tints of Violet Blue #9F709B

Color information

#9F709B (or 0x9F709B) is unknown color: approx Violet Blue. HEX triplet: 9F, 70 and 9B. RGB value is (159,112,155). Sum of RGB (Red+Green+Blue) = 159+112+155=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 159 - color contains mainly: red. Hex color #9F709B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F709B is #608F64. Grayscale: #828282. Windows color (decimal): -6328165 or 10186911. OLE color: 10186911.

HSL color Cylindrical-coordinate representation of color #9F709B: hue angle of 305.11º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F709B is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB159112155-
CMYK00.300.030.38
HSL305.11º19.67%53.14%-
HSV(B)305.11º29.56%62.35%-
XYZ26.0121.3333.76-
YUV130.95141.57148-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.32%
GREEN value IS 112 (44.14% from 255) = 26.29%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=37.32%
G=26.29%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911215500.300.030.38305.1119.6753.14
Hex9F709B01E3261311435
Octal2371602330363464612465
Binary100111111110000100110110111101110011010011000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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