#B9949E

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

Shades of Viola #B9949E

Tints of Viola #B9949E

Color information

#B9949E (or 0xB9949E) is unknown color: approx Viola. HEX triplet: B9, 94 and 9E. RGB value is (185,148,158). Sum of RGB (Red+Green+Blue) = 185+148+158=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9949E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9949E is #466B61. Grayscale: #A0A0A0. Windows color (decimal): -4615010 or 10392761. OLE color: 10392761.

HSL color Cylindrical-coordinate representation of color #B9949E: hue angle of 343.78º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9949E is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185148158-
CMYK00.200.150.27
HSL343.78º20.9%65.29%-
HSV(B)343.78º20%72.55%-
XYZ36.7733.9636.97-
YUV160.2126.76145.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=37.68%
G=30.14%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514815800.200.150.27343.7820.965.29
HexB9949E014F1B1581541
Octal271224236024173353025101
Binary101110011001010010011110010100111111011101011000101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9949E; }

 p { color: rgb(185,148,158); }

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

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

 a { background-color: rgb(185,148,158); }

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

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

 span { border-color: rgb(185,148,158); }

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