#8F4293

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

Shades of Vivid Violet #8F4293

Tints of Vivid Violet #8F4293

Color information

#8F4293 (or 0x8F4293) is unknown color: approx Vivid Violet. HEX triplet: 8F, 42 and 93. RGB value is (143,66,147). Sum of RGB (Red+Green+Blue) = 143+66+147=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F4293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4293 is #70BD6C. Grayscale: #626262. Windows color (decimal): -7388525 or 9650831. OLE color: 9650831.

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

Color convert

RGB14366147-
CMYK0.030.5500.42
HSL297.04º38.03%41.76%-
HSV(B)297.04º55.1%57.65%-
XYZ18.5411.8428.91-
YUV98.26155.51159.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.17%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=40.17%
G=18.54%
B=41.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143661470.030.5500.42297.0438.0341.76
Hex8F429333702A129262a
Octal2171022233670524514652
Binary10001111100001010010011111101110101010100101001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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