#BF9EA9

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

Shades of Viola #BF9EA9

Tints of Viola #BF9EA9

Color information

#BF9EA9 (or 0xBF9EA9) is unknown color: approx Viola. HEX triplet: BF, 9E and A9. RGB value is (191,158,169). Sum of RGB (Red+Green+Blue) = 191+158+169=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 169 (66.41% from 255 or 32.63% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9EA9 is #406156. Grayscale: #A9A9A9. Windows color (decimal): -4219223 or 11116223. OLE color: 11116223.

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

Color convert

RGB191158169-
CMYK00.170.120.25
HSL340º20.5%68.43%-
HSV(B)340º17.28%74.9%-
XYZ40.8738.3942.79-
YUV169.12127.93143.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.87%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 169 (66.41% from 255) = 32.63%
R=36.87%
G=30.50%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115816900.170.120.2534020.568.43
HexBF9EA9011C191541444
Octal277236251021143152424104
Binary101111111001111010101001010001110011001101010100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9EA9; }

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

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

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

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

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

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

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

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