#B9979F

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

Shades of Viola #B9979F

Tints of Viola #B9979F

Color information

#B9979F (or 0xB9979F) is unknown color: approx Viola. HEX triplet: B9, 97 and 9F. RGB value is (185,151,159). Sum of RGB (Red+Green+Blue) = 185+151+159=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B9979F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9979F is #466860. Grayscale: #A2A2A2. Windows color (decimal): -4614241 or 10459065. OLE color: 10459065.

HSL color Cylindrical-coordinate representation of color #B9979F: hue angle of 345.88º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B9979F is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB185151159-
CMYK00.180.140.27
HSL345.88º19.54%65.88%-
HSV(B)345.88º18.38%72.55%-
XYZ37.3334.9537.58-
YUV162.08126.26144.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 151 (59.38% from 255) = 30.51%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=37.37%
G=30.51%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515115900.180.140.27345.8819.5465.88
HexB9979F012E1B15a1442
Octal271227237022163353224102
Binary101110011001011110011111010010111011011101011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9979F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9979F; }

 p { color: rgb(185,151,159); }

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

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

 a { background-color: rgb(185,151,159); }

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

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

 span { border-color: rgb(185,151,159); }

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