Html Css Color HEX #9B7C97 Bouquet

📋 copy color: '#9B7C97'

red 155 ◦ green 124 ◦ blue 151

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

Shades of Bouquet #9B7C97

Tints of Bouquet #9B7C97

RGB

 RED value IS 155 (60.94% from 255) = 36.05%

 GREEN value IS 124 (48.83% from 255) = 28.84%

 BLUE value IS 151 (59.38% from 255) = 35.12%

R = 36.05%
G = 28.84%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B7C97 (or 0x9B7C97) is known color: Bouquet. HEX triplet: 9B, 7C and 97. RGB value is (155,124,151). Sum of RGB (Red+Green+Blue) = 155+124+151=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C97 is #648368. Grayscale: #888888. Windows color (decimal): -6587241 or 9927835. OLE color: 9927835.

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

Color convert

RGB 155 124 151 -
CMYK 0 0.2 0.03 0.39
HSL 307.74º 0.13% 0.55% -
HSV(B) 307.74º 0.2% 0.61% -
XYZ 26.31 23.62 32.45 -
YUV 136.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 155 124 151 0 0.2 0.03 0.39 307.74 0.13 0.55
Hex 9B 7C 97 0 14 3 27 134 D 37
Octal 233 174 227 0 24 3 47 464 15 67
Binary 10011011 1111100 10010111 0 10100 11 100111 100110100 1101 110111

Color Harmonies of #9B7C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7C97

Black with #9B7C97

Text Example


Text Example

White with #9B7C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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