#9F769F

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

Shades of Violet Blue #9F769F

Tints of Violet Blue #9F769F

Color information

#9F769F (or 0x9F769F) is unknown color: approx Violet Blue. HEX triplet: 9F, 76 and 9F. RGB value is (159,118,159). Sum of RGB (Red+Green+Blue) = 159+118+159=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F769F is #608960. Grayscale: #868686. Windows color (decimal): -6326625 or 10450591. OLE color: 10450591.

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

Color convert

RGB159118159-
CMYK00.2600.38
HSL300º17.6%54.31%-
HSV(B)300º25.79%62.35%-
XYZ27.0322.8335.78-
YUV134.93141.58145.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.47%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 159 (62.5% from 255) = 36.47%
R=36.47%
G=27.06%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911815900.2600.3830017.654.31
Hex9F769F01A02612c1236
Octal2371662370320464542266
Binary10011111111011010011111011010010011010010110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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