#B97F96

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

Shades of Viola #B97F96

Tints of Viola #B97F96

Color information

#B97F96 (or 0xB97F96) is unknown color: approx Viola. HEX triplet: B9, 7F and 96. RGB value is (185,127,150). Sum of RGB (Red+Green+Blue) = 185+127+150=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B97F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97F96 is #468069. Grayscale: #929292. Windows color (decimal): -4620394 or 9863097. OLE color: 9863097.

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

Color convert

RGB185127150-
CMYK00.310.190.27
HSL336.21º29.29%61.18%-
HSV(B)336.21º31.35%72.55%-
XYZ33.127.732.46-
YUV146.96129.72155.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 150 (58.98% from 255) = 32.47%
R=40.04%
G=27.49%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512715000.310.190.27336.2129.2961.18
HexB97F9601F131B1501d3d
Octal27117722603723335203575
Binary10111001111111110010110011111100111101110101000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97F96; }

 p { color: rgb(185,127,150); }

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

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

 a { background-color: rgb(185,127,150); }

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

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

 span { border-color: rgb(185,127,150); }

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