Html Css Color HEX #9E7D97 Bouquet

📋 copy color: '#9E7D97'

red 158 ◦ green 125 ◦ blue 151

#9E7D97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #9E7D97

Tints of Bouquet #9E7D97

RGB

 RED value IS 158 (62.11% from 255) = 36.41%

 GREEN value IS 125 (49.22% from 255) = 28.8%

 BLUE value IS 151 (59.38% from 255) = 34.79%

R = 36.41%
G = 28.8%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9E7D97 (or 0x9E7D97) is known color: Bouquet. HEX triplet: 9E, 7D and 97. RGB value is (158,125,151). Sum of RGB (Red+Green+Blue) = 158+125+151=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7D97 is #618268. Grayscale: #898989. Windows color (decimal): -6390377 or 9928094. OLE color: 9928094.

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

Color convert

RGB 158 125 151 -
CMYK 0 0.21 0.04 0.38
HSL 312.73º 0.15% 0.55% -
HSV(B) 312.73º 0.21% 0.62% -
XYZ 27.02 24.17 32.52 -
YUV 137.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 158 125 151 0 0.21 0.04 0.38 312.73 0.15 0.55
Hex 9E 7D 97 0 15 4 26 139 F 37
Octal 236 175 227 0 25 4 46 471 17 67
Binary 10011110 1111101 10010111 0 10101 100 100110 100111001 1111 110111

Color Harmonies of #9E7D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7D97

Black with #9E7D97

Text Example


Text Example

White with #9E7D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,125,151); }

 H1.HeaderClassName
 {
   color: #9E7D97;
 }
 .AnyTagClassName
 {
   color: #9E7D97;
 }
</style>

background-color css

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

 a { background-color: rgb(158,125,151); }

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

border-color css

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

 span { border-color: rgb(158,125,151); }

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