#B9969E

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

Shades of Viola #B9969E

Tints of Viola #B9969E

Color information

#B9969E (or 0xB9969E) is unknown color: approx Viola. HEX triplet: B9, 96 and 9E. RGB value is (185,150,158). Sum of RGB (Red+Green+Blue) = 185+150+158=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 185 - color contains mainly: red. Hex color #B9969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9969E is #466961. Grayscale: #A1A1A1. Windows color (decimal): -4614498 or 10393273. OLE color: 10393273.

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

Color convert

RGB185150158-
CMYK00.190.150.27
HSL346.29º20%65.69%-
HSV(B)346.29º18.92%72.55%-
XYZ37.0934.637.07-
YUV161.38126.1144.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=37.53%
G=30.43%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515015800.190.150.27346.292065.69
HexB9969E013F1B15a1442
Octal271226236023173353224102
Binary101110011001011010011110010011111111011101011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9969E; }

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

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

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

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

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

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

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

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