#9F739F

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

Shades of Violet Blue #9F739F

Tints of Violet Blue #9F739F

Color information

#9F739F (or 0x9F739F) is unknown color: approx Violet Blue. HEX triplet: 9F, 73 and 9F. RGB value is (159,115,159). Sum of RGB (Red+Green+Blue) = 159+115+159=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 115 (45.31% from 255 or 26.56% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F739F is #608C60. Grayscale: #858585. Windows color (decimal): -6327393 or 10449823. OLE color: 10449823.

HSL color Cylindrical-coordinate representation of color #9F739F: hue angle of 300º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F739F is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB159115159-
CMYK00.2800.38
HSL300º18.64%53.73%-
HSV(B)300º27.67%62.35%-
XYZ26.6922.1435.67-
YUV133.17142.58146.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.72%
GREEN value IS 115 (45.31% from 255) = 26.56%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=36.72%
G=26.56%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911515900.2800.3830018.6453.73
Hex9F739F01C02612c1336
Octal2371632370340464542366
Binary10011111111001110011111011100010011010010110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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