#B09A9F

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

Shades of Viola #B09A9F

Tints of Viola #B09A9F

Color information

#B09A9F (or 0xB09A9F) is unknown color: approx Viola. HEX triplet: B0, 9A and 9F. RGB value is (176,154,159). Sum of RGB (Red+Green+Blue) = 176+154+159=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A9F is #4F6560. Grayscale: #A1A1A1. Windows color (decimal): -5203297 or 10459824. OLE color: 10459824.

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

Color convert

RGB176154159-
CMYK00.120.100.31
HSL346.36º12.22%64.71%-
HSV(B)346.36º12.5%69.02%-
XYZ35.7234.8437.64-
YUV161.15126.79138.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=35.99%
G=31.49%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615415900.120.100.31346.3612.2264.71
HexB09A9F0CA1F15ac41
Octal260232237014123753214101
Binary1011000010011010100111110110010101111110101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A9F; }

 p { color: rgb(176,154,159); }

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

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

 a { background-color: rgb(176,154,159); }

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

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

 span { border-color: rgb(176,154,159); }

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