#B96AA9

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

Shades of Violet Blue #B96AA9

Tints of Violet Blue #B96AA9

Color information

#B96AA9 (or 0xB96AA9) is unknown color: approx Violet Blue. HEX triplet: B9, 6A and A9. RGB value is (185,106,169). Sum of RGB (Red+Green+Blue) = 185+106+169=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B96AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96AA9 is #469556. Grayscale: #888888. Windows color (decimal): -4625751 or 11102905. OLE color: 11102905.

HSL color Cylindrical-coordinate representation of color #B96AA9: hue angle of 312.15º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96AA9 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB185106169-
CMYK00.430.090.27
HSL312.15º36.07%57.06%-
HSV(B)312.15º42.7%72.55%-
XYZ32.3223.4940.37-
YUV136.8146.17162.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 169 (66.41% from 255) = 36.74%
R=40.22%
G=23.04%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510616900.430.090.27312.1536.0757.06
HexB96AA902B91B1382439
Octal27115225105311334704471
Binary101110011101010101010010101011100111011100111000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96AA9; }

 p { color: rgb(185,106,169); }

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

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

 a { background-color: rgb(185,106,169); }

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

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

 span { border-color: rgb(185,106,169); }

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