#B98BA2

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

Shades of Viola #B98BA2

Tints of Viola #B98BA2

Color information

#B98BA2 (or 0xB98BA2) is unknown color: approx Viola. HEX triplet: B9, 8B and A2. RGB value is (185,139,162). Sum of RGB (Red+Green+Blue) = 185+139+162=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BA2 is #46745D. Grayscale: #9B9B9B. Windows color (decimal): -4617310 or 10652601. OLE color: 10652601.

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

Color convert

RGB185139162-
CMYK00.250.120.27
HSL330º24.73%63.53%-
HSV(B)330º24.86%72.55%-
XYZ35.7631.3938.36-
YUV155.38131.74149.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 139 (54.69% from 255) = 28.60%
BLUE value IS 162 (63.67% from 255) = 33.33%
R=38.07%
G=28.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513916200.250.120.2733024.7363.53
HexB98BA2019C1B14a1940
Octal271213242031143351231100
Binary101110011000101110100010011001110011011101001010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98BA2; }

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

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

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

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

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

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

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

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