#B9909C

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

Shades of Viola #B9909C

Tints of Viola #B9909C

Color information

#B9909C (or 0xB9909C) is unknown color: approx Viola. HEX triplet: B9, 90 and 9C. RGB value is (185,144,156). Sum of RGB (Red+Green+Blue) = 185+144+156=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B9909C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9909C is #466F63. Grayscale: #9D9D9D. Windows color (decimal): -4616036 or 10260665. OLE color: 10260665.

HSL color Cylindrical-coordinate representation of color #B9909C: hue angle of 342.44º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9909C is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185144156-
CMYK00.220.160.27
HSL342.44º22.65%64.51%-
HSV(B)342.44º22.16%72.55%-
XYZ35.9832.6635.86-
YUV157.63127.08147.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=38.14%
G=29.69%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514415600.220.160.27342.4422.6564.51
HexB9909C016101B1561741
Octal271220234026203352627101
Binary1011100110010000100111000101101000011011101010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9909C; }

 p { color: rgb(185,144,156); }

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

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

 a { background-color: rgb(185,144,156); }

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

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

 span { border-color: rgb(185,144,156); }

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