#9F709A

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

Shades of Violet Blue #9F709A

Tints of Violet Blue #9F709A

Color information

#9F709A (or 0x9F709A) is unknown color: approx Violet Blue. HEX triplet: 9F, 70 and 9A. RGB value is (159,112,154). Sum of RGB (Red+Green+Blue) = 159+112+154=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 159 - color contains mainly: red. Hex color #9F709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F709A is #608F65. Grayscale: #828282. Windows color (decimal): -6328166 or 10121375. OLE color: 10121375.

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

Color convert

RGB159112154-
CMYK00.300.030.38
HSL306.38º19.67%53.14%-
HSV(B)306.38º29.56%62.35%-
XYZ25.9221.2933.32-
YUV130.84141.07148.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=37.41%
G=26.35%
B=36.24%

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
Decimal15911215400.300.030.38306.3819.6753.14
Hex9F709A01E3261321435
Octal2371602320363464622465
Binary100111111110000100110100111101110011010011001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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