#8F2488

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

Shades of Dark Purple #8F2488

Tints of Dark Purple #8F2488

Color information

#8F2488 (or 0x8F2488) is unknown color: approx Dark Purple. HEX triplet: 8F, 24 and 88. RGB value is (143,36,136). Sum of RGB (Red+Green+Blue) = 143+36+136=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F2488 is #70DB77. Grayscale: #4F4F4F. Windows color (decimal): -7396216 or 8922255. OLE color: 8922255.

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

Color convert

RGB14336136-
CMYK00.750.050.44
HSL303.93º59.78%35.1%-
HSV(B)303.93º74.83%56.08%-
XYZ16.48.8824.14-
YUV79.39159.95173.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.40%
GREEN value IS 36 (14.45% from 255) = 11.43%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=45.40%
G=11.43%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1433613600.750.050.44303.9359.7835.1
Hex8F248804B52C1303c23
Octal2174421001135544607443
Binary100011111001001000100001001011101101100100110000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F2488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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