#8F408C

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

Shades of Vivid Violet #8F408C

Tints of Vivid Violet #8F408C

Color information

#8F408C (or 0x8F408C) is unknown color: approx Vivid Violet. HEX triplet: 8F, 40 and 8C. RGB value is (143,64,140). Sum of RGB (Red+Green+Blue) = 143+64+140=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F408C is #70BF73. Grayscale: #606060. Windows color (decimal): -7389044 or 9191567. OLE color: 9191567.

HSL color Cylindrical-coordinate representation of color #8F408C: hue angle of 302.28º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F408C is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14364140-
CMYK00.550.020.44
HSL302.28º38.16%40.59%-
HSV(B)302.28º55.24%56.08%-
XYZ17.8911.426.07-
YUV96.28152.67161.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.21%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=41.21%
G=18.44%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436414000.550.020.44302.2838.1640.59
Hex8F408C03722C12e2629
Octal2171002140672544564651
Binary10001111100000010001100011011110101100100101110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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