Html Css Color HEX #9E7F98 Bouquet

📋 copy color: '#9E7F98'

red 158 ◦ green 127 ◦ blue 152

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

Shades of Bouquet #9E7F98

Tints of Bouquet #9E7F98

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 value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9E7F98 (or 0x9E7F98) is known color: 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

RGB 158 127 152 -
CMYK 0 0.20 0.04 0.38
HSL 311.61º 0.14% 0.56% -
HSV(B) 311.61º 0.2% 0.62% -
XYZ 27.36 24.71 33.03 -
YUV 139.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 158 127 152 0 0.20 0.04 0.38 311.61 0.14 0.56
Hex 9E 7F 98 0 14 4 26 138 E 38
Octal 236 177 230 0 24 4 46 470 16 70
Binary 10011110 1111111 10011000 0 10100 100 100110 100111000 1110 111000

Color Harmonies of #9E7F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7F98

Black with #9E7F98

Text Example


Text Example

White with #9E7F98

Text Example


Text Example

HTML Codes & Css Web 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>