Html Css Color HEX #9D7998 Bouquet

📋 copy color: '#9D7998'

red 157 ◦ green 121 ◦ blue 152

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

Shades of Bouquet #9D7998

Tints of Bouquet #9D7998

RGB

 RED value IS 157 (61.72% from 255) = 36.51%

 GREEN value IS 121 (47.66% from 255) = 28.14%

 BLUE value IS 152 (59.77% from 255) = 35.35%

R = 36.51%
G = 28.14%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D7998 (or 0x9D7998) is known color: Bouquet. HEX triplet: 9D, 79 and 98. RGB value is (157,121,152). Sum of RGB (Red+Green+Blue) = 157+121+152=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7998 is #628667. Grayscale: #878787. Windows color (decimal): -6456936 or 9992605. OLE color: 9992605.

HSL color Cylindrical-coordinate representation of color #9D7998: 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 #9D7998 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 121 152 -
CMYK 0 0.23 0.03 0.38
HSL 308.33º 0.16% 0.55% -
HSV(B) 308.33º 0.23% 0.62% -
XYZ 26.41 23.11 32.77 -
YUV 135.3 137.43 143.48 -
System Red Green Blue C M Y K H S L
Decimal 157 121 152 0 0.23 0.03 0.38 308.33 0.16 0.55
Hex 9D 79 98 0 17 3 26 134 10 37
Octal 235 171 230 0 27 3 46 464 20 67
Binary 10011101 1111001 10011000 0 10111 11 100110 100110100 10000 110111

Color Harmonies of #9D7998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7998

Black with #9D7998

Text Example


Text Example

White with #9D7998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,121,152); }

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

background-color css

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

 a { background-color: rgb(157,121,152); }

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

border-color css

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

 span { border-color: rgb(157,121,152); }

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