#8F4993

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

Shades of Vivid Violet #8F4993

Tints of Vivid Violet #8F4993

Color information

#8F4993 (or 0x8F4993) is unknown color: approx Vivid Violet. HEX triplet: 8F, 49 and 93. RGB value is (143,73,147). Sum of RGB (Red+Green+Blue) = 143+73+147=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F4993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4993 is #70B66C. Grayscale: #666666. Windows color (decimal): -7386733 or 9652623. OLE color: 9652623.

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

Color convert

RGB14373147-
CMYK0.030.5000.42
HSL296.76º33.64%43.14%-
HSV(B)296.76º50.34%57.65%-
XYZ18.9812.7129.06-
YUV102.37153.19156.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.39%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 147 (57.81% from 255) = 40.50%
R=39.39%
G=20.11%
B=40.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143731470.030.5000.42296.7633.6443.14
Hex8F499333202A129222b
Octal2171112233620524514253
Binary10001111100100110010011111100100101010100101001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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