#B9829A

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

Shades of Viola #B9829A

Tints of Viola #B9829A

Color information

#B9829A (or 0xB9829A) is unknown color: approx Viola. HEX triplet: B9, 82 and 9A. RGB value is (185,130,154). Sum of RGB (Red+Green+Blue) = 185+130+154=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9829A is #467D65. Grayscale: #959595. Windows color (decimal): -4619622 or 10126009. OLE color: 10126009.

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

Color convert

RGB185130154-
CMYK00.300.170.27
HSL333.82º28.21%61.76%-
HSV(B)333.82º29.73%72.55%-
XYZ33.8228.6134.31-
YUV149.18130.72153.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=39.45%
G=27.72%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513015400.300.170.27333.8228.2161.76
HexB9829A01E111B14e1c3e
Octal27120223203621335163476
Binary101110011000001010011010011110100011101110100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9829A; }

 p { color: rgb(185,130,154); }

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

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

 a { background-color: rgb(185,130,154); }

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

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

 span { border-color: rgb(185,130,154); }

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