Html Css Color HEX #8E248D Dark Purple

📋 copy color: '#8E248D'

red 142 ◦ green 36 ◦ blue 141

#8E248D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #8E248D

Tints of Dark Purple #8E248D

RGB

 RED value IS 142 (55.86% from 255) = 44.51%

 GREEN value IS 36 (14.45% from 255) = 11.29%

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 44.51%
G = 11.29%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8E248D (or 0x8E248D) is known color: Dark Purple. HEX triplet: 8E, 24 and 8D. RGB value is (142,36,141). Sum of RGB (Red+Green+Blue) = 142+36+141=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E248D is #71DB72. Grayscale: #4F4F4F. Windows color (decimal): -7461747 or 9249934. OLE color: 9249934.

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

Color convert

RGB 142 36 141 -
CMYK 0 0.75 0.01 0.44
HSL 300.57º 0.6% 0.35% -
HSV(B) 300.57º 0.75% 0.56% -
XYZ 16.59 8.94 26.05 -
YUV 79.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 142 36 141 0 0.75 0.01 0.44 300.57 0.6 0.35
Hex 8E 24 8D 0 4B 1 2C 12D 3C 23
Octal 216 44 215 0 113 1 54 455 74 43
Binary 10001110 100100 10001101 0 1001011 1 101100 100101101 111100 100011

Color Harmonies of #8E248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E248D

Black with #8E248D

Text Example


Text Example

White with #8E248D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E248D;
 }
 .AnyTagClassName
 {
   color: #8E248D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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