#B9949D

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

Shades of Viola #B9949D

Tints of Viola #B9949D

Color information

#B9949D (or 0xB9949D) is unknown color: approx Viola. HEX triplet: B9, 94 and 9D. RGB value is (185,148,157). Sum of RGB (Red+Green+Blue) = 185+148+157=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9949D is #466B62. Grayscale: #A0A0A0. Windows color (decimal): -4615011 or 10327225. OLE color: 10327225.

HSL color Cylindrical-coordinate representation of color #B9949D: hue angle of 345.41º 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 #B9949D is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB185148157-
CMYK00.200.150.27
HSL345.41º20.9%65.29%-
HSV(B)345.41º20%72.55%-
XYZ36.6833.9336.51-
YUV160.09126.26145.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 148 (58.20% from 255) = 30.20%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=37.76%
G=30.20%
B=32.04%

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
Decimal18514815700.200.150.27345.4120.965.29
HexB9949D014F1B1591541
Octal271224235024173353125101
Binary101110011001010010011101010100111111011101011001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9949D; }

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

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

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

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

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

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

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

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