#B9859D

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

Shades of Viola #B9859D

Tints of Viola #B9859D

Color information

#B9859D (or 0xB9859D) is unknown color: approx Viola. HEX triplet: B9, 85 and 9D. RGB value is (185,133,157). Sum of RGB (Red+Green+Blue) = 185+133+157=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9859D is #467A62. Grayscale: #979797. Windows color (decimal): -4618851 or 10323385. OLE color: 10323385.

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

Color convert

RGB185133157-
CMYK00.280.150.27
HSL332.31º27.08%62.35%-
HSV(B)332.31º28.11%72.55%-
XYZ34.4829.5235.78-
YUV151.28131.23152.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=38.95%
G=28%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513315700.280.150.27332.3127.0862.35
HexB9859D01CF1B14c1b3e
Octal27120523503417335143376
Binary10111001100001011001110101110011111101110100110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9859D; }

 p { color: rgb(185,133,157); }

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

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

 a { background-color: rgb(185,133,157); }

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

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

 span { border-color: rgb(185,133,157); }

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