#B9909E

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

Shades of Viola #B9909E

Tints of Viola #B9909E

Color information

#B9909E (or 0xB9909E) is unknown color: approx Viola. HEX triplet: B9, 90 and 9E. RGB value is (185,144,158). Sum of RGB (Red+Green+Blue) = 185+144+158=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B9909E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9909E is #466F61. Grayscale: #9D9D9D. Windows color (decimal): -4616034 or 10391737. OLE color: 10391737.

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

Color convert

RGB185144158-
CMYK00.220.150.27
HSL339.51º22.65%64.51%-
HSV(B)339.51º22.16%72.55%-
XYZ36.1532.7336.76-
YUV157.85128.08147.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 158 (62.11% from 255) = 32.44%
R=37.99%
G=29.57%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514415800.220.150.27339.5122.6564.51
HexB9909E016F1B1541741
Octal271220236026173352427101
Binary101110011001000010011110010110111111011101010100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9909E; }

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

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

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

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

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

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

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

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