#8F3F99

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

Shades of Vivid Violet #8F3F99

Tints of Vivid Violet #8F3F99

Color information

#8F3F99 (or 0x8F3F99) is unknown color: approx Vivid Violet. HEX triplet: 8F, 3F and 99. RGB value is (143,63,153). Sum of RGB (Red+Green+Blue) = 143+63+153=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F3F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F3F99 is #70C066. Grayscale: #606060. Windows color (decimal): -7389287 or 10043279. OLE color: 10043279.

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

Color convert

RGB14363153-
CMYK0.070.5900.4
HSL293.33º41.67%42.35%-
HSV(B)293.33º58.82%60%-
XYZ18.8511.6931.4-
YUV97.18159.5160.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.83%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=39.83%
G=17.55%
B=42.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal143631530.070.5900.4293.3341.6742.35
Hex8F3F9973B0281252a2a
Octal217772317730504455252
Binary10001111111111100110011111110110101000100100101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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