#B98BA1

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

Shades of Viola #B98BA1

Tints of Viola #B98BA1

Color information

#B98BA1 (or 0xB98BA1) is unknown color: approx Viola. HEX triplet: B9, 8B and A1. RGB value is (185,139,161). Sum of RGB (Red+Green+Blue) = 185+139+161=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BA1 is #46745E. Grayscale: #9B9B9B. Windows color (decimal): -4617311 or 10587065. OLE color: 10587065.

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

Color convert

RGB185139161-
CMYK00.250.130.27
HSL331.3º24.73%63.53%-
HSV(B)331.3º24.86%72.55%-
XYZ35.6731.3537.89-
YUV155.26131.24149.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.14%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 161 (63.28% from 255) = 33.20%
R=38.14%
G=28.66%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513916100.250.130.27331.324.7363.53
HexB98BA1019D1B14b1940
Octal271213241031153351331100
Binary101110011000101110100001011001110111011101001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BA1; }

 p { color: rgb(185,139,161); }

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

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

 a { background-color: rgb(185,139,161); }

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

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

 span { border-color: rgb(185,139,161); }

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