#9C7C97

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

Shades of Bouquet #9C7C97

Tints of Bouquet #9C7C97

Color information

#9C7C97 (or 0x9C7C97) is unknown color: approx Bouquet. HEX triplet: 9C, 7C and 97. RGB value is (156,124,151). Sum of RGB (Red+Green+Blue) = 156+124+151=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7C97 is #638368. Grayscale: #888888. Windows color (decimal): -6521705 or 9927836. OLE color: 9927836.

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

Color convert

RGB156124151-
CMYK00.210.030.39
HSL309.38º13.91%54.9%-
HSV(B)309.38º20.51%61.18%-
XYZ26.523.7232.46-
YUV136.65136.1141.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.19%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 151 (59.38% from 255) = 35.03%
R=36.19%
G=28.77%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612415100.210.030.39309.3813.9154.9
Hex9C7C97015327135e37
Octal2341742270253474651667
Binary10011100111110010010111010101111001111001101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,124,151); }

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

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

 a { background-color: rgb(156,124,151); }

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

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

 span { border-color: rgb(156,124,151); }

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