#8F4E96

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

Shades of Violet Blue #8F4E96

Tints of Violet Blue #8F4E96

Color information

#8F4E96 (or 0x8F4E96) is unknown color: approx Violet Blue. HEX triplet: 8F, 4E and 96. RGB value is (143,78,150). Sum of RGB (Red+Green+Blue) = 143+78+150=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F4E96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F4E96 is #70B169. Grayscale: #696969. Windows color (decimal): -7385450 or 9850511. OLE color: 9850511.

HSL color Cylindrical-coordinate representation of color #8F4E96: hue angle of 294.17º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F4E96 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14378150-
CMYK0.050.4800.41
HSL294.17º31.58%44.71%-
HSV(B)294.17º48%58.82%-
XYZ19.5613.4930.43-
YUV105.64153.03154.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=38.54%
G=21.02%
B=40.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143781500.050.4800.41294.1731.5844.71
Hex8F4E96530029126202d
Octal2171162265600514464055
Binary100011111001110100101101011100000101001100100110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,78,150); }

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

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

 a { background-color: rgb(143,78,150); }

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

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

 span { border-color: rgb(143,78,150); }

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