#9F70A7

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

Shades of Violet Blue #9F70A7

Tints of Violet Blue #9F70A7

Color information

#9F70A7 (or 0x9F70A7) is unknown color: approx Violet Blue. HEX triplet: 9F, 70 and A7. RGB value is (159,112,167). Sum of RGB (Red+Green+Blue) = 159+112+167=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 167 - color contains mainly: blue. Hex color #9F70A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F70A7 is #608F58. Grayscale: #848484. Windows color (decimal): -6328153 or 10973343. OLE color: 10973343.

HSL color Cylindrical-coordinate representation of color #9F70A7: hue angle of 291.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F70A7 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB159112167-
CMYK0.050.3300.35
HSL291.27º23.81%54.71%-
HSV(B)291.27º32.93%65.49%-
XYZ27.0721.7539.33-
YUV132.32147.57147.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.30%
GREEN value IS 112 (44.14% from 255) = 25.57%
BLUE value IS 167 (65.62% from 255) = 38.13%
R=36.30%
G=25.57%
B=38.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1591121670.050.3300.35291.2723.8154.71
Hex9F70A75210231231837
Octal2371602475410434433067
Binary10011111111000010100111101100001010001110010001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F70A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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