#B9989E

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

Shades of Viola #B9989E

Tints of Viola #B9989E

Color information

#B9989E (or 0xB9989E) is unknown color: approx Viola. HEX triplet: B9, 98 and 9E. RGB value is (185,152,158). Sum of RGB (Red+Green+Blue) = 185+152+158=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B9989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9989E is #466761. Grayscale: #A2A2A2. Windows color (decimal): -4613986 or 10393785. OLE color: 10393785.

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

Color convert

RGB185152158-
CMYK00.180.150.27
HSL349.09º19.08%66.08%-
HSV(B)349.09º17.84%72.55%-
XYZ37.4135.2437.18-
YUV162.55125.43144.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=37.37%
G=30.71%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515215800.180.150.27349.0919.0866.08
HexB9989E012F1B15d1342
Octal271230236022173353523102
Binary101110011001100010011110010010111111011101011101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9989E; }

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

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

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

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

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

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

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

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