#B98093

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

Shades of Viola #B98093

Tints of Viola #B98093

Color information

#B98093 (or 0xB98093) is unknown color: approx Viola. HEX triplet: B9, 80 and 93. RGB value is (185,128,147). Sum of RGB (Red+Green+Blue) = 185+128+147=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B98093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98093 is #467F6C. Grayscale: #939393. Windows color (decimal): -4620141 or 9666745. OLE color: 9666745.

HSL color Cylindrical-coordinate representation of color #B98093: hue angle of 340º 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 #B98093 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB185128147-
CMYK00.310.210.27
HSL340º28.93%61.37%-
HSV(B)340º30.81%72.55%-
XYZ32.9927.8631.24-
YUV147.21127.88154.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=40.22%
G=27.83%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512814700.310.210.2734028.9361.37
HexB9809301F151B1541d3d
Octal27120022303725335243575
Binary101110011000000010010011011111101011101110101010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98093; }

 p { color: rgb(185,128,147); }

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

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

 a { background-color: rgb(185,128,147); }

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

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

 span { border-color: rgb(185,128,147); }

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