Html Css Color HEX #9C7F99 Bouquet

📋 copy color: '#9C7F99'

red 156 ◦ green 127 ◦ blue 153

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

Shades of Bouquet #9C7F99

Tints of Bouquet #9C7F99

RGB

 RED value IS 156 (61.33% from 255) = 35.78%

 GREEN value IS 127 (50% from 255) = 29.13%

 BLUE value IS 153 (60.16% from 255) = 35.09%

R = 35.78%
G = 29.13%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9C7F99 (or 0x9C7F99) is known color: Bouquet. HEX triplet: 9C, 7F and 99. RGB value is (156,127,153). Sum of RGB (Red+Green+Blue) = 156+127+153=436 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.78% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F99 is #638066. Grayscale: #8A8A8A. Windows color (decimal): -6520935 or 10059676. OLE color: 10059676.

HSL color Cylindrical-coordinate representation of color #9C7F99: hue angle of 306.21º 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 #9C7F99 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 127 153 -
CMYK 0 0.19 0.02 0.39
HSL 306.21º 0.13% 0.55% -
HSV(B) 306.21º 0.19% 0.61% -
XYZ 27.05 24.55 33.45 -
YUV 138.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 156 127 153 0 0.19 0.02 0.39 306.21 0.13 0.55
Hex 9C 7F 99 0 13 2 27 132 D 37
Octal 234 177 231 0 23 2 47 462 15 67
Binary 10011100 1111111 10011001 0 10011 10 100111 100110010 1101 110111

Color Harmonies of #9C7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F99

Black with #9C7F99

Text Example


Text Example

White with #9C7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,127,153); }

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

background-color css

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

 a { background-color: rgb(156,127,153); }

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

border-color css

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

 span { border-color: rgb(156,127,153); }

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