Html Css Color HEX #9B7F97 Bouquet

📋 copy color: '#9B7F97'

red 155 ◦ green 127 ◦ blue 151

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

Shades of Bouquet #9B7F97

Tints of Bouquet #9B7F97

RGB

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

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

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

R = 35.8%
G = 29.33%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#9B7F97 (or 0x9B7F97) is known color: Bouquet. HEX triplet: 9B, 7F and 97. RGB value is (155,127,151). Sum of RGB (Red+Green+Blue) = 155+127+151=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F97 is #648068. Grayscale: #8A8A8A. Windows color (decimal): -6586473 or 9928603. OLE color: 9928603.

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

Color convert

RGB 155 127 151 -
CMYK 0 0.18 0.03 0.39
HSL 308.57º 0.12% 0.55% -
HSV(B) 308.57º 0.18% 0.61% -
XYZ 26.69 24.38 32.58 -
YUV 138.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 155 127 151 0 0.18 0.03 0.39 308.57 0.12 0.55
Hex 9B 7F 97 0 12 3 27 135 C 37
Octal 233 177 227 0 22 3 47 465 14 67
Binary 10011011 1111111 10010111 0 10010 11 100111 100110101 1100 110111

Color Harmonies of #9B7F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F97

Black with #9B7F97

Text Example


Text Example

White with #9B7F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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