Html Css Color HEX #B9949F Viola

📋 copy color: '#B9949F'

red 185 ◦ green 148 ◦ blue 159

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

Shades of Viola #B9949F

Tints of Viola #B9949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

 BLUE value IS 159 (62.5% from 255) = 32.32%

R = 37.6%
G = 30.08%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9949F (or 0xB9949F) is known color: Viola. HEX triplet: B9, 94 and 9F. RGB value is (185,148,159). Sum of RGB (Red+Green+Blue) = 185+148+159=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B9949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9949F is #466B60. Grayscale: #A0A0A0. Windows color (decimal): -4615009 or 10458297. OLE color: 10458297.

HSL color Cylindrical-coordinate representation of color #B9949F: hue angle of 342.16º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9949F is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 159 -
CMYK 0 0.20 0.14 0.27
HSL 342.16º 0.21% 0.65% -
HSV(B) 342.16º 0.2% 0.73% -
XYZ 36.86 34 37.42 -
YUV 160.32 127.26 145.61 -
System Red Green Blue C M Y K H S L
Decimal 185 148 159 0 0.20 0.14 0.27 342.16 0.21 0.65
Hex B9 94 9F 0 14 E 1B 156 15 41
Octal 271 224 237 0 24 16 33 526 25 101
Binary 10111001 10010100 10011111 0 10100 1110 11011 101010110 10101 1000001

Color Harmonies of #B9949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9949F

Black with #B9949F

Text Example


Text Example

White with #B9949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9949F; }

 p { color: rgb(185,148,159); }

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

background-color css

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

 a { background-color: rgb(185,148,159); }

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

border-color css

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

 span { border-color: rgb(185,148,159); }

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