#8F6A95

Color #8F6A95 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #8F6A95

Tints of Violet Blue #8F6A95

Color information

#8F6A95 (or 0x8F6A95) is unknown color: approx Violet Blue. HEX triplet: 8F, 6A and 95. RGB value is (143,106,149). Sum of RGB (Red+Green+Blue) = 143+106+149=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F6A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6A95 is #70956A. Grayscale: #797979. Windows color (decimal): -7378283 or 9792143. OLE color: 9792143.

HSL color Cylindrical-coordinate representation of color #8F6A95: hue angle of 291.63º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6A95 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB143106149-
CMYK0.040.2900.42
HSL291.63º16.86%50%-
HSV(B)291.63º28.86%58.43%-
XYZ21.9118.3230.81-
YUV121.96143.26143-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.93%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=35.93%
G=26.63%
B=37.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431061490.040.2900.42291.6316.8650
Hex8F6A9541D02A1241132
Octal2171522254350524442162
Binary1000111111010101001010110011101010101010010010010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F6A95; }

 p { color: rgb(143,106,149); }

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

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

 a { background-color: rgb(143,106,149); }

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

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

 span { border-color: rgb(143,106,149); }

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