#8F7193

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

Shades of Violet Blue #8F7193

Tints of Violet Blue #8F7193

Color information

#8F7193 (or 0x8F7193) is unknown color: approx Violet Blue. HEX triplet: 8F, 71 and 93. RGB value is (143,113,147). Sum of RGB (Red+Green+Blue) = 143+113+147=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F7193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7193 is #708E6C. Grayscale: #7D7D7D. Windows color (decimal): -7376493 or 9662863. OLE color: 9662863.

HSL color Cylindrical-coordinate representation of color #8F7193: hue angle of 292.94º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F7193 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB143113147-
CMYK0.030.2300.42
HSL292.94º13.6%50.98%-
HSV(B)292.94º23.13%57.65%-
XYZ22.519.7630.23-
YUV125.85139.94140.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.48%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=35.48%
G=28.04%
B=36.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431131470.030.2300.42292.9413.650.98
Hex8F719331702A125e33
Octal2171612233270524451663
Binary10001111111000110010011111011101010101001001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,113,147); }

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

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

 a { background-color: rgb(143,113,147); }

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

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

 span { border-color: rgb(143,113,147); }

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