#8F247E

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

Shades of Dark Purple #8F247E

Tints of Dark Purple #8F247E

Color information

#8F247E (or 0x8F247E) is unknown color: approx Dark Purple. HEX triplet: 8F, 24 and 7E. RGB value is (143,36,126). Sum of RGB (Red+Green+Blue) = 143+36+126=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 143 - color contains mainly: red. Hex color #8F247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F247E is #70DB81. Grayscale: #4E4E4E. Windows color (decimal): -7396226 or 8266895. OLE color: 8266895.

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

Color convert

RGB14336126-
CMYK00.750.120.44
HSL309.53º59.78%35.1%-
HSV(B)309.53º74.83%56.08%-
XYZ15.728.6120.57-
YUV78.25154.95174.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.89%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 126 (49.61% from 255) = 41.31%
R=46.89%
G=11.80%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1433612600.750.120.44309.5359.7835.1
Hex8F247E04BC2C1363c23
Octal21744176011314544667443
Binary100011111001001111110010010111100101100100110110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F247E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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