#8F5194

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

Shades of Violet Blue #8F5194

Tints of Violet Blue #8F5194

Color information

#8F5194 (or 0x8F5194) is unknown color: approx Violet Blue. HEX triplet: 8F, 51 and 94. RGB value is (143,81,148). Sum of RGB (Red+Green+Blue) = 143+81+148=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #8F5194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5194 is #70AE6B. Grayscale: #6A6A6A. Windows color (decimal): -7384684 or 9720207. OLE color: 9720207.

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

Color convert

RGB14381148-
CMYK0.030.4500.42
HSL295.52º29.26%44.9%-
HSV(B)295.52º45.27%58.04%-
XYZ19.6213.8629.66-
YUV107.18151.04153.55-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.44%
GREEN value IS 81 (32.03% from 255) = 21.77%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=38.44%
G=21.77%
B=39.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143811480.030.4500.42295.5229.2644.9
Hex8F519432D02A1281d2d
Octal2171212243550524503555
Binary1000111110100011001010011101101010101010010100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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