#8F409F

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

Shades of Vivid Violet #8F409F

Tints of Vivid Violet #8F409F

Color information

#8F409F (or 0x8F409F) is unknown color: approx Vivid Violet. HEX triplet: 8F, 40 and 9F. RGB value is (143,64,159). Sum of RGB (Red+Green+Blue) = 143+64+159=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F409F is #70BF60. Grayscale: #626262. Windows color (decimal): -7389025 or 10436751. OLE color: 10436751.

HSL color Cylindrical-coordinate representation of color #8F409F: hue angle of 289.89º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F409F is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14364159-
CMYK0.100.6000.38
HSL289.89º42.6%43.73%-
HSV(B)289.89º59.75%62.35%-
XYZ19.4212.0134.1-
YUV98.45162.17159.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.07%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=39.07%
G=17.49%
B=43.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143641590.100.6000.38289.8942.643.73
Hex8F409FA3C0261222b2c
Octal21710023712740464425354
Binary1000111110000001001111110101111000100110100100010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,64,159); }

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

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

 a { background-color: rgb(143,64,159); }

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

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

 span { border-color: rgb(143,64,159); }

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