#B98497

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

Shades of Viola #B98497

Tints of Viola #B98497

Color information

#B98497 (or 0xB98497) is unknown color: approx Viola. HEX triplet: B9, 84 and 97. RGB value is (185,132,151). Sum of RGB (Red+Green+Blue) = 185+132+151=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B98497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98497 is #467B68. Grayscale: #959595. Windows color (decimal): -4619113 or 9929913. OLE color: 9929913.

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

Color convert

RGB185132151-
CMYK00.290.180.27
HSL338.49º27.46%62.16%-
HSV(B)338.49º28.65%72.55%-
XYZ33.8429.0533.1-
YUV150.01128.56152.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.53%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=39.53%
G=28.21%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513215100.290.180.27338.4927.4662.16
HexB9849701D121B1521b3e
Octal27120422703522335223376
Binary101110011000010010010111011101100101101110101001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98497; }

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

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

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

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

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

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

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

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