#8D248A

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

Shades of Dark Purple #8D248A

Tints of Dark Purple #8D248A

Color information

#8D248A (or 0x8D248A) is unknown color: approx Dark Purple. HEX triplet: 8D, 24 and 8A. RGB value is (141,36,138). Sum of RGB (Red+Green+Blue) = 141+36+138=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D248A is #72DB75. Grayscale: #4E4E4E. Windows color (decimal): -7527286 or 9053325. OLE color: 9053325.

HSL color Cylindrical-coordinate representation of color #8D248A: hue angle of 301.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D248A is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB14136138-
CMYK00.740.020.45
HSL301.71º59.32%34.71%-
HSV(B)301.71º74.47%55.29%-
XYZ16.28.7624.88-
YUV79.02161.29172.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 36 (14.45% from 255) = 11.43%
BLUE value IS 138 (54.30% from 255) = 43.81%
R=44.76%
G=11.43%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1413613800.740.020.45301.7159.3234.71
Hex8D248A04A22D12e3b23
Octal2154421201122554567343
Binary10001101100100100010100100101010101101100101110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,36,138); }

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

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

 a { background-color: rgb(141,36,138); }

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

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

 span { border-color: rgb(141,36,138); }

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