Html Css Color HEX #9C7F9B Bouquet

📋 copy color: '#9C7F9B'

red 156 ◦ green 127 ◦ blue 155

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

Shades of Bouquet #9C7F9B

Tints of Bouquet #9C7F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 35.62%
G = 29%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9C7F9B (or 0x9C7F9B) is known color: Bouquet. HEX triplet: 9C, 7F and 9B. RGB value is (156,127,155). Sum of RGB (Red+Green+Blue) = 156+127+155=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F9B is #638064. Grayscale: #8A8A8A. Windows color (decimal): -6520933 or 10190748. OLE color: 10190748.

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

Color convert

RGB 156 127 155 -
CMYK 0 0.19 0.01 0.39
HSL 302.07º 0.13% 0.55% -
HSV(B) 302.07º 0.19% 0.61% -
XYZ 27.22 24.61 34.33 -
YUV 138.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 156 127 155 0 0.19 0.01 0.39 302.07 0.13 0.55
Hex 9C 7F 9B 0 13 1 27 12E D 37
Octal 234 177 233 0 23 1 47 456 15 67
Binary 10011100 1111111 10011011 0 10011 1 100111 100101110 1101 110111

Color Harmonies of #9C7F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F9B

Black with #9C7F9B

Text Example


Text Example

White with #9C7F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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