#8F218C

Color #8F218C Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8F218C

Tints of Dark Purple #8F218C

Color information

#8F218C (or 0x8F218C) is unknown color: approx Dark Purple. HEX triplet: 8F, 21 and 8C. RGB value is (143,33,140). Sum of RGB (Red+Green+Blue) = 143+33+140=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 143 - color contains mainly: red. Hex color #8F218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F218C is #70DE73. Grayscale: #4D4D4D. Windows color (decimal): -7396980 or 9183631. OLE color: 9183631.

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

Color convert

RGB14333140-
CMYK00.770.020.44
HSL301.64º62.5%34.51%-
HSV(B)301.64º76.92%56.08%-
XYZ16.618.8225.64-
YUV78.09162.94174.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.25%
GREEN value IS 33 (13.28% from 255) = 10.44%
BLUE value IS 140 (55.08% from 255) = 44.30%
R=45.25%
G=10.44%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1433314000.770.020.44301.6462.534.51
Hex8F218C04D22C12e3e23
Octal2174121401152544567643
Binary10001111100001100011000100110110101100100101110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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