#9E699F

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

Shades of Violet Blue #9E699F

Tints of Violet Blue #9E699F

Color information

#9E699F (or 0x9E699F) is unknown color: approx Violet Blue. HEX triplet: 9E, 69 and 9F. RGB value is (158,105,159). Sum of RGB (Red+Green+Blue) = 158+105+159=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E699F is #619660. Grayscale: #7E7E7E. Windows color (decimal): -6395489 or 10447262. OLE color: 10447262.

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

Color convert

RGB158105159-
CMYK0.010.3400.38
HSL298.89º21.95%51.76%-
HSV(B)298.89º33.96%62.35%-
XYZ25.4119.8835.3-
YUV127146.06150.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.44%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=37.44%
G=24.88%
B=37.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581051590.010.3400.38298.8921.9551.76
Hex9E699F12202612b1634
Octal2361512371420464532664
Binary100111101101001100111111100010010011010010101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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