#9F699F

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

Shades of Violet Blue #9F699F

Tints of Violet Blue #9F699F

Color information

#9F699F (or 0x9F699F) is unknown color: approx Violet Blue. HEX triplet: 9F, 69 and 9F. RGB value is (159,105,159). Sum of RGB (Red+Green+Blue) = 159+105+159=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F699F is #609660. Grayscale: #7F7F7F. Windows color (decimal): -6329953 or 10447263. OLE color: 10447263.

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

Color convert

RGB159105159-
CMYK00.3400.38
HSL300º21.95%51.76%-
HSV(B)300º33.96%62.35%-
XYZ25.6119.9835.31-
YUV127.3145.89150.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.59%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=37.59%
G=24.82%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910515900.3400.3830021.9551.76
Hex9F699F02202612c1634
Octal2371512370420464542664
Binary100111111101001100111110100010010011010010110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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