#B8929D

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

Shades of Viola #B8929D

Tints of Viola #B8929D

Color information

#B8929D (or 0xB8929D) is unknown color: approx Viola. HEX triplet: B8, 92 and 9D. RGB value is (184,146,157). Sum of RGB (Red+Green+Blue) = 184+146+157=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B8929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8929D is #476D62. Grayscale: #9E9E9E. Windows color (decimal): -4681059 or 10326712. OLE color: 10326712.

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

Color convert

RGB184146157-
CMYK00.210.150.28
HSL342.63º21.11%64.71%-
HSV(B)342.63º20.65%72.16%-
XYZ36.1333.1836.4-
YUV158.62127.09146.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 157 (61.72% from 255) = 32.24%
R=37.78%
G=29.98%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414615700.210.150.28342.6321.1164.71
HexB8929D015F1C1571541
Octal270222235025173452725101
Binary101110001001001010011101010101111111100101010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8929D; }

 p { color: rgb(184,146,157); }

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

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

 a { background-color: rgb(184,146,157); }

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

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

 span { border-color: rgb(184,146,157); }

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