#B98390

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

Shades of Viola #B98390

Tints of Viola #B98390

Color information

#B98390 (or 0xB98390) is unknown color: approx Viola. HEX triplet: B9, 83 and 90. RGB value is (185,131,144). Sum of RGB (Red+Green+Blue) = 185+131+144=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B98390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98390 is #467C6F. Grayscale: #949494. Windows color (decimal): -4619376 or 9470905. OLE color: 9470905.

HSL color Cylindrical-coordinate representation of color #B98390: hue angle of 345.56º degrees, saturation: 0.28, 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 #B98390 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185131144-
CMYK00.290.220.27
HSL345.56º27.84%61.96%-
HSV(B)345.56º29.19%72.55%-
XYZ33.1628.5630.15-
YUV148.63125.39153.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 131 (51.56% from 255) = 28.48%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=40.22%
G=28.48%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513114400.290.220.27345.5627.8461.96
HexB9839001D161B15a1c3e
Octal27120322003526335323476
Binary101110011000001110010000011101101101101110101101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98390; }

 p { color: rgb(185,131,144); }

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

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

 a { background-color: rgb(185,131,144); }

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

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

 span { border-color: rgb(185,131,144); }

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