#9B7A98

Color #9B7A98 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #9B7A98

Tints of Bouquet #9B7A98

Color information

#9B7A98 (or 0x9B7A98) is unknown color: approx Bouquet. HEX triplet: 9B, 7A and 98. RGB value is (155,122,152). Sum of RGB (Red+Green+Blue) = 155+122+152=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7A98 is #648567. Grayscale: #878787. Windows color (decimal): -6587752 or 9992859. OLE color: 9992859.

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

Color convert

RGB155122152-
CMYK00.210.020.39
HSL305.45º14.16%54.31%-
HSV(B)305.45º21.29%60.78%-
XYZ26.1423.1532.8-
YUV135.29137.43142.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.13%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=36.13%
G=28.44%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512215200.210.020.39305.4514.1654.31
Hex9B7A98015227131e36
Octal2331722300252474611666
Binary10011011111101010011000010101101001111001100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,122,152); }

 H1.HeaderClassName
 {
   color: #9B7A98;
 }
 .AnyTagClassName
 {
   color: #9B7A98;
 }
</style>
background-color css

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

 a { background-color: rgb(155,122,152); }

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

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

 span { border-color: rgb(155,122,152); }

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