#9D7C9A

Color #9D7C9A Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #9D7C9A

Tints of Bouquet #9D7C9A

Color information

#9D7C9A (or 0x9D7C9A) is unknown color: approx Bouquet. HEX triplet: 9D, 7C and 9A. RGB value is (157,124,154). Sum of RGB (Red+Green+Blue) = 157+124+154=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7C9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7C9A is #628365. Grayscale: #898989. Windows color (decimal): -6456166 or 10124445. OLE color: 10124445.

HSL color Cylindrical-coordinate representation of color #9D7C9A: hue angle of 305.45º degrees, saturation: 0.14, 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 #9D7C9A is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB157124154-
CMYK00.210.020.38
HSL305.45º14.41%55.1%-
HSV(B)305.45º21.02%61.57%-
XYZ26.9523.9233.77-
YUV137.29137.43142.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 154 (60.55% from 255) = 35.40%
R=36.09%
G=28.51%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712415400.210.020.38305.4514.4155.1
Hex9D7C9A015226131e37
Octal2351742320252464611667
Binary10011101111110010011010010101101001101001100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,124,154); }

 H1.HeaderClassName
 {
   color: #9D7C9A;
 }
 .AnyTagClassName
 {
   color: #9D7C9A;
 }
</style>
background-color css

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

 a { background-color: rgb(157,124,154); }

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

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

 span { border-color: rgb(157,124,154); }

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