Html Css Color HEX #9B8594 Bouquet

📋 copy color: '#9B8594'

red 155 ◦ green 133 ◦ blue 148

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

Shades of Bouquet #9B8594

Tints of Bouquet #9B8594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.5%

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 35.55%
G = 30.5%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B8594 (or 0x9B8594) is known color: Bouquet. HEX triplet: 9B, 85 and 94. RGB value is (155,133,148). Sum of RGB (Red+Green+Blue) = 155+133+148=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8594 is #647A6B. Grayscale: #8D8D8D. Windows color (decimal): -6584940 or 9733531. OLE color: 9733531.

HSL color Cylindrical-coordinate representation of color #9B8594: hue angle of 319.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8594 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 133 148 -
CMYK 0 0.14 0.05 0.39
HSL 319.09º 0.1% 0.56% -
HSV(B) 319.09º 0.14% 0.61% -
XYZ 27.25 25.88 31.58 -
YUV 141.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 155 133 148 0 0.14 0.05 0.39 319.09 0.1 0.56
Hex 9B 85 94 0 E 5 27 13F A 38
Octal 233 205 224 0 16 5 47 477 12 70
Binary 10011011 10000101 10010100 0 1110 101 100111 100111111 1010 111000

Color Harmonies of #9B8594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8594

Black with #9B8594

Text Example


Text Example

White with #9B8594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,133,148); }

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

background-color css

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

 a { background-color: rgb(155,133,148); }

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

border-color css

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

 span { border-color: rgb(155,133,148); }

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