#B8909E

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

Shades of Viola #B8909E

Tints of Viola #B8909E

Color information

#B8909E (or 0xB8909E) is unknown color: approx Viola. HEX triplet: B8, 90 and 9E. RGB value is (184,144,158). Sum of RGB (Red+Green+Blue) = 184+144+158=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B8909E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8909E is #476F61. Grayscale: #9D9D9D. Windows color (decimal): -4681570 or 10391736. OLE color: 10391736.

HSL color Cylindrical-coordinate representation of color #B8909E: hue angle of 339º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8909E is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB184144158-
CMYK00.220.140.28
HSL339º21.98%64.31%-
HSV(B)339º21.74%72.16%-
XYZ35.9132.6136.75-
YUV157.56128.25146.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 144 (56.64% from 255) = 29.63%
BLUE value IS 158 (62.11% from 255) = 32.51%
R=37.86%
G=29.63%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414415800.220.140.2833921.9864.31
HexB8909E016E1C1531640
Octal270220236026163452326100
Binary101110001001000010011110010110111011100101010011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8909E; }

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

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

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

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

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

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

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

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