#9E7A99

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

Shades of Bouquet #9E7A99

Tints of Bouquet #9E7A99

Color information

#9E7A99 (or 0x9E7A99) is unknown color: approx Bouquet. HEX triplet: 9E, 7A and 99. RGB value is (158,122,153). Sum of RGB (Red+Green+Blue) = 158+122+153=433 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.49% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7A99 is #618566. Grayscale: #888888. Windows color (decimal): -6391143 or 10058398. OLE color: 10058398.

HSL color Cylindrical-coordinate representation of color #9E7A99: hue angle of 308.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E7A99 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB158122153-
CMYK00.230.030.38
HSL308.33º15.65%54.9%-
HSV(B)308.33º22.78%61.96%-
XYZ26.8123.4933.26-
YUV136.3137.43143.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.49%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 153 (60.16% from 255) = 35.33%
R=36.49%
G=28.18%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812215300.230.030.38308.3315.6554.9
Hex9E7A990173261341037
Octal2361722310273464642067
Binary100111101111010100110010101111110011010011010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,122,153); }

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

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

 a { background-color: rgb(158,122,153); }

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

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

 span { border-color: rgb(158,122,153); }

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