Html Css Color HEX #9E7C95 Bouquet

📋 copy color: '#9E7C95'

red 158 ◦ green 124 ◦ blue 149

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

Shades of Bouquet #9E7C95

Tints of Bouquet #9E7C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.77%

 BLUE value IS 149 (58.59% from 255) = 34.57%

R = 36.66%
G = 28.77%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#9E7C95 (or 0x9E7C95) is known color: Bouquet. HEX triplet: 9E, 7C and 95. RGB value is (158,124,149). Sum of RGB (Red+Green+Blue) = 158+124+149=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7C95 is #61836A. Grayscale: #888888. Windows color (decimal): -6390635 or 9796766. OLE color: 9796766.

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

Color convert

RGB 158 124 149 -
CMYK 0 0.22 0.06 0.38
HSL 315.88º 0.15% 0.55% -
HSV(B) 315.88º 0.22% 0.62% -
XYZ 26.73 23.85 31.63 -
YUV 137.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 158 124 149 0 0.22 0.06 0.38 315.88 0.15 0.55
Hex 9E 7C 95 0 16 6 26 13C F 37
Octal 236 174 225 0 26 6 46 474 17 67
Binary 10011110 1111100 10010101 0 10110 110 100110 100111100 1111 110111

Color Harmonies of #9E7C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7C95

Black with #9E7C95

Text Example


Text Example

White with #9E7C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,124,149); }

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

background-color css

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

 a { background-color: rgb(158,124,149); }

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

border-color css

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

 span { border-color: rgb(158,124,149); }

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