#9E7F98

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

Shades of Bouquet #9E7F98

Tints of Bouquet #9E7F98

Color information

#9E7F98 (or 0x9E7F98) is unknown color: approx Bouquet. HEX triplet: 9E, 7F and 98. RGB value is (158,127,152). Sum of RGB (Red+Green+Blue) = 158+127+152=437 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.16% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7F98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7F98 is #618067. Grayscale: #8B8B8B. Windows color (decimal): -6389864 or 9994142. OLE color: 9994142.

HSL color Cylindrical-coordinate representation of color #9E7F98: hue angle of 311.61º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E7F98 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB158127152-
CMYK00.200.040.38
HSL311.61º13.78%55.88%-
HSV(B)311.61º19.62%61.96%-
XYZ27.3624.7133.03-
YUV139.12135.27141.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.16%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 152 (59.77% from 255) = 34.78%
R=36.16%
G=29.06%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812715200.200.040.38311.6113.7855.88
Hex9E7F98014426138e38
Octal2361772300244464701670
Binary100111101111111100110000101001001001101001110001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,127,152); }

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

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

 a { background-color: rgb(158,127,152); }

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

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

 span { border-color: rgb(158,127,152); }

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