#B09A9E

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

Shades of Viola #B09A9E

Tints of Viola #B09A9E

Color information

#B09A9E (or 0xB09A9E) is unknown color: approx Viola. HEX triplet: B0, 9A and 9E. RGB value is (176,154,158). Sum of RGB (Red+Green+Blue) = 176+154+158=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A9E is #4F6561. Grayscale: #A1A1A1. Windows color (decimal): -5203298 or 10394288. OLE color: 10394288.

HSL color Cylindrical-coordinate representation of color #B09A9E: hue angle of 349.09º 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 #B09A9E is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176154158-
CMYK00.120.100.31
HSL349.09º12.22%64.71%-
HSV(B)349.09º12.5%69.02%-
XYZ35.6334.8137.19-
YUV161.03126.29138.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 158 (62.11% from 255) = 32.38%
R=36.07%
G=31.56%
B=32.38%

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
Decimal17615415800.120.100.31349.0912.2264.71
HexB09A9E0CA1F15dc41
Octal260232236014123753514101
Binary1011000010011010100111100110010101111110101110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A9E; }

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

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

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

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

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

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

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

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