#8F7094

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

Shades of Violet Blue #8F7094

Tints of Violet Blue #8F7094

Color information

#8F7094 (or 0x8F7094) is unknown color: approx Violet Blue. HEX triplet: 8F, 70 and 94. RGB value is (143,112,148). Sum of RGB (Red+Green+Blue) = 143+112+148=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F7094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7094 is #708F6B. Grayscale: #7D7D7D. Windows color (decimal): -7376748 or 9728143. OLE color: 9728143.

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

Color convert

RGB143112148-
CMYK0.030.2400.42
HSL291.67º14.4%50.98%-
HSV(B)291.67º24.32%58.04%-
XYZ22.4719.5730.61-
YUV125.37140.77140.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.48%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=35.48%
G=27.79%
B=36.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431121480.030.2400.42291.6714.450.98
Hex8F709431802A124e33
Octal2171602243300524441663
Binary10001111111000010010100111100001010101001001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,112,148); }

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

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

 a { background-color: rgb(143,112,148); }

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

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

 span { border-color: rgb(143,112,148); }

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