#8F247C

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

Shades of Dark Purple #8F247C

Tints of Dark Purple #8F247C

Color information

#8F247C (or 0x8F247C) is unknown color: approx Dark Purple. HEX triplet: 8F, 24 and 7C. RGB value is (143,36,124). Sum of RGB (Red+Green+Blue) = 143+36+124=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F247C is #70DB83. Grayscale: #4D4D4D. Windows color (decimal): -7396228 or 8135823. OLE color: 8135823.

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

Color convert

RGB14336124-
CMYK00.750.130.44
HSL310.65º59.78%35.1%-
HSV(B)310.65º74.83%56.08%-
XYZ15.68.5619.9-
YUV78.02153.95174.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.19%
GREEN value IS 36 (14.45% from 255) = 11.88%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=47.19%
G=11.88%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1433612400.750.130.44310.6559.7835.1
Hex8F247C04BD2C1373c23
Octal21744174011315544677443
Binary100011111001001111100010010111101101100100110111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F247C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,36,124); }

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

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

 a { background-color: rgb(143,36,124); }

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

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

 span { border-color: rgb(143,36,124); }

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