#BF9DA9

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

Shades of Viola #BF9DA9

Tints of Viola #BF9DA9

Color information

#BF9DA9 (or 0xBF9DA9) is unknown color: approx Viola. HEX triplet: BF, 9D and A9. RGB value is (191,157,169). Sum of RGB (Red+Green+Blue) = 191+157+169=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9DA9 is #406256. Grayscale: #A8A8A8. Windows color (decimal): -4219479 or 11115967. OLE color: 11115967.

HSL color Cylindrical-coordinate representation of color #BF9DA9: hue angle of 338.82º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9DA9 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191157169-
CMYK00.180.120.25
HSL338.82º20.99%68.24%-
HSV(B)338.82º17.8%74.9%-
XYZ40.738.0542.74-
YUV168.53128.26144.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=36.94%
G=30.37%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115716900.180.120.25338.8220.9968.24
HexBF9DA9012C191531544
Octal277235251022143152325104
Binary101111111001110110101001010010110011001101010011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9DA9; }

 p { color: rgb(191,157,169); }

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

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

 a { background-color: rgb(191,157,169); }

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

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

 span { border-color: rgb(191,157,169); }

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