#B09DA1

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

Shades of Viola #B09DA1

Tints of Viola #B09DA1

Color information

#B09DA1 (or 0xB09DA1) is unknown color: approx Viola. HEX triplet: B0, 9D and A1. RGB value is (176,157,161). Sum of RGB (Red+Green+Blue) = 176+157+161=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 161 (63.28% from 255 or 32.59% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DA1 is #4F625E. Grayscale: #A3A3A3. Windows color (decimal): -5202527 or 10591664. OLE color: 10591664.

HSL color Cylindrical-coordinate representation of color #B09DA1: hue angle of 347.37º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B09DA1 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB176157161-
CMYK00.110.090.31
HSL347.37º10.73%65.29%-
HSV(B)347.37º10.8%69.02%-
XYZ36.3935.9238.73-
YUV163.14126.79137.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 161 (63.28% from 255) = 32.59%
R=35.63%
G=31.78%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615716100.110.090.31347.3710.7365.29
HexB09DA10B91F15bb41
Octal260235241013113753313101
Binary1011000010011101101000010101110011111110101101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DA1; }

 p { color: rgb(176,157,161); }

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

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

 a { background-color: rgb(176,157,161); }

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

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

 span { border-color: rgb(176,157,161); }

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