#9C7E9A

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

Shades of Bouquet #9C7E9A

Tints of Bouquet #9C7E9A

Color information

#9C7E9A (or 0x9C7E9A) is unknown color: approx Bouquet. HEX triplet: 9C, 7E and 9A. RGB value is (156,126,154). Sum of RGB (Red+Green+Blue) = 156+126+154=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7E9A is #638165. Grayscale: #8A8A8A. Windows color (decimal): -6521190 or 10124956. OLE color: 10124956.

HSL color Cylindrical-coordinate representation of color #9C7E9A: hue angle of 304º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C7E9A is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB156126154-
CMYK00.190.010.39
HSL304º13.16%55.29%-
HSV(B)304º19.23%61.18%-
XYZ2724.3233.84-
YUV138.16136.94140.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.78%
GREEN value IS 126 (49.61% from 255) = 28.90%
BLUE value IS 154 (60.55% from 255) = 35.32%
R=35.78%
G=28.90%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612615400.190.010.3930413.1655.29
Hex9C7E9A013127130d37
Octal2341762320231474601567
Binary1001110011111101001101001001111001111001100001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,126,154); }

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

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

 a { background-color: rgb(156,126,154); }

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

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

 span { border-color: rgb(156,126,154); }

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