#9F709F

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

Shades of Violet Blue #9F709F

Tints of Violet Blue #9F709F

Color information

#9F709F (or 0x9F709F) is unknown color: approx Violet Blue. HEX triplet: 9F, 70 and 9F. RGB value is (159,112,159). Sum of RGB (Red+Green+Blue) = 159+112+159=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F709F is #608F60. Grayscale: #838383. Windows color (decimal): -6328161 or 10449055. OLE color: 10449055.

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

Color convert

RGB159112159-
CMYK00.3000.38
HSL300º19.67%53.14%-
HSV(B)300º29.56%62.35%-
XYZ26.3521.4635.55-
YUV131.41143.57147.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 112 (44.14% from 255) = 26.05%
BLUE value IS 159 (62.5% from 255) = 36.98%
R=36.98%
G=26.05%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911215900.3000.3830019.6753.14
Hex9F709F01E02612c1435
Octal2371602370360464542465
Binary10011111111000010011111011110010011010010110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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