#B9869D

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

Shades of Viola #B9869D

Tints of Viola #B9869D

Color information

#B9869D (or 0xB9869D) is unknown color: approx Viola. HEX triplet: B9, 86 and 9D. RGB value is (185,134,157). Sum of RGB (Red+Green+Blue) = 185+134+157=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9869D is #467962. Grayscale: #979797. Windows color (decimal): -4618595 or 10323641. OLE color: 10323641.

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

Color convert

RGB185134157-
CMYK00.280.150.27
HSL332.94º26.7%62.55%-
HSV(B)332.94º27.57%72.55%-
XYZ34.6229.835.83-
YUV151.87130.9151.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 134 (52.73% from 255) = 28.15%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=38.87%
G=28.15%
B=32.98%

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
Decimal18513415700.280.150.27332.9426.762.55
HexB9869D01CF1B14d1b3f
Octal27120623503417335153377
Binary10111001100001101001110101110011111101110100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9869D; }

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

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

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

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

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

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

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

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