Html Css Color HEX #9B7F96 Bouquet

📋 copy color: '#9B7F96'

red 155 ◦ green 127 ◦ blue 150

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

Shades of Bouquet #9B7F96

Tints of Bouquet #9B7F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.72%

R = 35.88%
G = 29.4%
B = 34.72%

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

#9B7F96 (or 0x9B7F96) is known color: Bouquet. HEX triplet: 9B, 7F and 96. RGB value is (155,127,150). Sum of RGB (Red+Green+Blue) = 155+127+150=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F96 is #648069. Grayscale: #898989. Windows color (decimal): -6586474 or 9863067. OLE color: 9863067.

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

Color convert

RGB 155 127 150 -
CMYK 0 0.18 0.03 0.39
HSL 310.71º 0.12% 0.55% -
HSV(B) 310.71º 0.18% 0.61% -
XYZ 26.61 24.35 32.15 -
YUV 137.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 155 127 150 0 0.18 0.03 0.39 310.71 0.12 0.55
Hex 9B 7F 96 0 12 3 27 137 C 37
Octal 233 177 226 0 22 3 47 467 14 67
Binary 10011011 1111111 10010110 0 10010 11 100111 100110111 1100 110111

Color Harmonies of #9B7F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F96

Black with #9B7F96

Text Example


Text Example

White with #9B7F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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