Html Css Color HEX #9D7D98 Bouquet

📋 copy color: '#9D7D98'

red 157 ◦ green 125 ◦ blue 152

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

Shades of Bouquet #9D7D98

Tints of Bouquet #9D7D98

RGB

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

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

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

R = 36.18%
G = 28.8%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#9D7D98 (or 0x9D7D98) is known color: Bouquet. HEX triplet: 9D, 7D and 98. RGB value is (157,125,152). Sum of RGB (Red+Green+Blue) = 157+125+152=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7D98 is #628267. Grayscale: #898989. Windows color (decimal): -6455912 or 9993629. OLE color: 9993629.

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

Color convert

RGB 157 125 152 -
CMYK 0 0.20 0.03 0.38
HSL 309.38º 0.14% 0.55% -
HSV(B) 309.38º 0.2% 0.62% -
XYZ 26.91 24.1 32.94 -
YUV 137.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 157 125 152 0 0.20 0.03 0.38 309.38 0.14 0.55
Hex 9D 7D 98 0 14 3 26 135 E 37
Octal 235 175 230 0 24 3 46 465 16 67
Binary 10011101 1111101 10011000 0 10100 11 100110 100110101 1110 110111

Color Harmonies of #9D7D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7D98

Black with #9D7D98

Text Example


Text Example

White with #9D7D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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