#8F218B

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

Shades of Dark Purple #8F218B

Tints of Dark Purple #8F218B

Color information

#8F218B (or 0x8F218B) is unknown color: approx Dark Purple. HEX triplet: 8F, 21 and 8B. RGB value is (143,33,139). Sum of RGB (Red+Green+Blue) = 143+33+139=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F218B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F218B is #70DE74. Grayscale: #4D4D4D. Windows color (decimal): -7396981 or 9118095. OLE color: 9118095.

HSL color Cylindrical-coordinate representation of color #8F218B: hue angle of 302.18º 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 #8F218B is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14333139-
CMYK00.770.030.44
HSL302.18º62.5%34.51%-
HSV(B)302.18º76.92%56.08%-
XYZ16.538.7925.25-
YUV77.97162.44174.38-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.40%
GREEN value IS 33 (13.28% from 255) = 10.48%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=45.40%
G=10.48%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1433313900.770.030.44302.1862.534.51
Hex8F218B04D32C12e3e23
Octal2174121301153544567643
Binary10001111100001100010110100110111101100100101110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F218B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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