#B9939E

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

Shades of Viola #B9939E

Tints of Viola #B9939E

Color information

#B9939E (or 0xB9939E) is unknown color: approx Viola. HEX triplet: B9, 93 and 9E. RGB value is (185,147,158). Sum of RGB (Red+Green+Blue) = 185+147+158=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B9939E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9939E is #466C61. Grayscale: #9F9F9F. Windows color (decimal): -4615266 or 10392505. OLE color: 10392505.

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

Color convert

RGB185147158-
CMYK00.210.150.27
HSL342.63º21.35%65.1%-
HSV(B)342.63º20.54%72.55%-
XYZ36.6133.6536.91-
YUV159.62127.09146.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 147 (57.81% from 255) = 30%
BLUE value IS 158 (62.11% from 255) = 32.24%
R=37.76%
G=30%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514715800.210.150.27342.6321.3565.1
HexB9939E015F1B1571541
Octal271223236025173352725101
Binary101110011001001110011110010101111111011101010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9939E; }

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

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

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

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

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

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

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

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