#8F5094

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

Shades of Violet Blue #8F5094

Tints of Violet Blue #8F5094

Color information

#8F5094 (or 0x8F5094) is unknown color: approx Violet Blue. HEX triplet: 8F, 50 and 94. RGB value is (143,80,148). Sum of RGB (Red+Green+Blue) = 143+80+148=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F5094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5094 is #70AF6B. Grayscale: #6A6A6A. Windows color (decimal): -7384940 or 9719951. OLE color: 9719951.

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

Color convert

RGB14380148-
CMYK0.030.4600.42
HSL295.59º29.82%44.71%-
HSV(B)295.59º45.95%58.04%-
XYZ19.5413.7229.63-
YUV106.59151.37153.97-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=38.54%
G=21.56%
B=39.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143801480.030.4600.42295.5929.8244.71
Hex8F509432E02A1281e2d
Octal2171202243560524503655
Binary1000111110100001001010011101110010101010010100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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