#8F4199

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

Shades of Vivid Violet #8F4199

Tints of Vivid Violet #8F4199

Color information

#8F4199 (or 0x8F4199) is unknown color: approx Vivid Violet. HEX triplet: 8F, 41 and 99. RGB value is (143,65,153). Sum of RGB (Red+Green+Blue) = 143+65+153=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F4199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4199 is #70BE66. Grayscale: #626262. Windows color (decimal): -7388775 or 10043791. OLE color: 10043791.

HSL color Cylindrical-coordinate representation of color #8F4199: hue angle of 293.18º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F4199 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14365153-
CMYK0.070.5800.4
HSL293.18º40.37%42.75%-
HSV(B)293.18º57.52%60%-
XYZ18.9711.9231.44-
YUV98.35158.84159.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.61%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=39.61%
G=18.01%
B=42.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal143651530.070.5800.4293.1840.3742.75
Hex8F419973A028125282b
Octal2171012317720504455053
Binary100011111000001100110011111110100101000100100101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,65,153); }

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

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

 a { background-color: rgb(143,65,153); }

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

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

 span { border-color: rgb(143,65,153); }

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