#8F4891

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

Shades of Vivid Violet #8F4891

Tints of Vivid Violet #8F4891

Color information

#8F4891 (or 0x8F4891) is unknown color: approx Vivid Violet. HEX triplet: 8F, 48 and 91. RGB value is (143,72,145). Sum of RGB (Red+Green+Blue) = 143+72+145=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F4891 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4891 is #70B76E. Grayscale: #656565. Windows color (decimal): -7386991 or 9521295. OLE color: 9521295.

HSL color Cylindrical-coordinate representation of color #8F4891: hue angle of 298.36º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F4891 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14372145-
CMYK0.010.5000.43
HSL298.36º33.64%42.55%-
HSV(B)298.36º50.34%56.86%-
XYZ18.7612.5228.22-
YUV101.55152.52157.56-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.72%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 145 (57.03% from 255) = 40.28%
R=39.72%
G=20%
B=40.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143721450.010.5000.43298.3633.6442.55
Hex8F489113202B12a222b
Octal2171102211620534524253
Binary1000111110010001001000111100100101011100101010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,72,145); }

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

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

 a { background-color: rgb(143,72,145); }

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

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

 span { border-color: rgb(143,72,145); }

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