#8F41A5

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

Shades of Vivid Violet #8F41A5

Tints of Vivid Violet #8F41A5

Color information

#8F41A5 (or 0x8F41A5) is unknown color: approx Vivid Violet. HEX triplet: 8F, 41 and A5. RGB value is (143,65,165). Sum of RGB (Red+Green+Blue) = 143+65+165=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 165 - color contains mainly: blue. Hex color #8F41A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F41A5 is #70BE5A. Grayscale: #636363. Windows color (decimal): -7388763 or 10830223. OLE color: 10830223.

HSL color Cylindrical-coordinate representation of color #8F41A5: hue angle of 286.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F41A5 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14365165-
CMYK0.130.6100.35
HSL286.8º43.48%45.1%-
HSV(B)286.8º60.61%64.71%-
XYZ20.0112.3436.92-
YUV99.72164.84158.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.34%
GREEN value IS 65 (25.78% from 255) = 17.43%
BLUE value IS 165 (64.84% from 255) = 44.24%
R=38.34%
G=17.43%
B=44.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143651650.130.6100.35286.843.4845.1
Hex8F41A5D3D02311f2b2d
Octal21710124515750434375355
Binary1000111110000011010010111011111010100011100011111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F41A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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