#B8909A

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

Shades of Viola #B8909A

Tints of Viola #B8909A

Color information

#B8909A (or 0xB8909A) is unknown color: approx Viola. HEX triplet: B8, 90 and 9A. RGB value is (184,144,154). Sum of RGB (Red+Green+Blue) = 184+144+154=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B8909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8909A is #476F65. Grayscale: #9D9D9D. Windows color (decimal): -4681574 or 10129592. OLE color: 10129592.

HSL color Cylindrical-coordinate representation of color #B8909A: hue angle of 345º 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 #B8909A is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB184144154-
CMYK00.220.160.28
HSL345º21.98%64.31%-
HSV(B)345º21.74%72.16%-
XYZ35.5732.4734.96-
YUV157.1126.25147.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 144 (56.64% from 255) = 29.88%
BLUE value IS 154 (60.55% from 255) = 31.95%
R=38.17%
G=29.88%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414415400.220.160.2834521.9864.31
HexB8909A016101C1591640
Octal270220232026203453126100
Binary1011100010010000100110100101101000011100101011001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8909A; }

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

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

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

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

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

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

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

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