Html Css Color HEX #B98393 Viola

📋 copy color: '#B98393'

red 185 ◦ green 131 ◦ blue 147

#B98393
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #B98393

Tints of Viola #B98393

RGB

 RED value IS 185 (72.66% from 255) = 39.96%

 GREEN value IS 131 (51.56% from 255) = 28.29%

 BLUE value IS 147 (57.81% from 255) = 31.75%

R = 39.96%
G = 28.29%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B98393 (or 0xB98393) is known color: Viola. HEX triplet: B9, 83 and 93. RGB value is (185,131,147). Sum of RGB (Red+Green+Blue) = 185+131+147=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B98393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98393 is #467C6C. Grayscale: #949494. Windows color (decimal): -4619373 or 9667513. OLE color: 9667513.

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

Color convert

RGB 185 131 147 -
CMYK 0 0.29 0.21 0.27
HSL 342.22º 0.28% 0.62% -
HSV(B) 342.22º 0.29% 0.73% -
XYZ 33.39 28.65 31.37 -
YUV 148.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 185 131 147 0 0.29 0.21 0.27 342.22 0.28 0.62
Hex B9 83 93 0 1D 15 1B 156 1C 3E
Octal 271 203 223 0 35 25 33 526 34 76
Binary 10111001 10000011 10010011 0 11101 10101 11011 101010110 11100 111110

Color Harmonies of #B98393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98393

Black with #B98393

Text Example


Text Example

White with #B98393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98393; }

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

 H1.HeaderClassName
 {
   color: #B98393;
 }
 .AnyTagClassName
 {
   color: #B98393;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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