#B9869E

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

Shades of Viola #B9869E

Tints of Viola #B9869E

Color information

#B9869E (or 0xB9869E) is unknown color: approx Viola. HEX triplet: B9, 86 and 9E. RGB value is (185,134,158). Sum of RGB (Red+Green+Blue) = 185+134+158=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9869E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9869E is #467961. Grayscale: #979797. Windows color (decimal): -4618594 or 10389177. OLE color: 10389177.

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

Color convert

RGB185134158-
CMYK00.280.150.27
HSL331.76º26.7%62.55%-
HSV(B)331.76º27.57%72.55%-
XYZ34.729.8336.28-
YUV151.99131.4151.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=38.78%
G=28.09%
B=33.12%

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
Decimal18513415800.280.150.27331.7626.762.55
HexB9869E01CF1B14c1b3f
Octal27120623603417335143377
Binary10111001100001101001111001110011111101110100110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9869E; }

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

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

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

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

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

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

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

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