Html Css Color HEX #9B7F9A Bouquet

📋 copy color: '#9B7F9A'

red 155 ◦ green 127 ◦ blue 154

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

Shades of Bouquet #9B7F9A

Tints of Bouquet #9B7F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.32%

R = 35.55%
G = 29.13%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B7F9A (or 0x9B7F9A) is known color: Bouquet. HEX triplet: 9B, 7F and 9A. RGB value is (155,127,154). Sum of RGB (Red+Green+Blue) = 155+127+154=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F9A is #648065. Grayscale: #8A8A8A. Windows color (decimal): -6586470 or 10125211. OLE color: 10125211.

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

Color convert

RGB 155 127 154 -
CMYK 0 0.18 0.01 0.39
HSL 302.14º 0.12% 0.55% -
HSV(B) 302.14º 0.18% 0.61% -
XYZ 26.94 24.48 33.88 -
YUV 138.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 155 127 154 0 0.18 0.01 0.39 302.14 0.12 0.55
Hex 9B 7F 9A 0 12 1 27 12E C 37
Octal 233 177 232 0 22 1 47 456 14 67
Binary 10011011 1111111 10011010 0 10010 1 100111 100101110 1100 110111

Color Harmonies of #9B7F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7F9A

Black with #9B7F9A

Text Example


Text Example

White with #9B7F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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