#B9939A

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

Shades of Viola #B9939A

Tints of Viola #B9939A

Color information

#B9939A (or 0xB9939A) is unknown color: approx Viola. HEX triplet: B9, 93 and 9A. RGB value is (185,147,154). Sum of RGB (Red+Green+Blue) = 185+147+154=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B9939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9939A is #466C65. Grayscale: #9F9F9F. Windows color (decimal): -4615270 or 10130361. OLE color: 10130361.

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

Color convert

RGB185147154-
CMYK00.210.170.27
HSL348.95º21.35%65.1%-
HSV(B)348.95º20.54%72.55%-
XYZ36.2733.5135.13-
YUV159.16125.09146.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 147 (57.81% from 255) = 30.25%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=38.07%
G=30.25%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514715400.210.170.27348.9521.3565.1
HexB9939A015111B15d1541
Octal271223232025213353525101
Binary1011100110010011100110100101011000111011101011101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9939A; }

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

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

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

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

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

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

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

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