Html Css Color HEX #8E238D Dark Purple

📋 copy color: '#8E238D'

red 142 ◦ green 35 ◦ blue 141

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

Shades of Dark Purple #8E238D

Tints of Dark Purple #8E238D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

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

R = 44.65%
G = 11.01%
B = 44.34%

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

#8E238D (or 0x8E238D) is known color: Dark Purple. HEX triplet: 8E, 23 and 8D. RGB value is (142,35,141). Sum of RGB (Red+Green+Blue) = 142+35+141=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E238D is #71DC72. Grayscale: #4E4E4E. Windows color (decimal): -7462003 or 9249678. OLE color: 9249678.

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

Color convert

RGB 142 35 141 -
CMYK 0 0.75 0.01 0.44
HSL 300.56º 0.6% 0.35% -
HSV(B) 300.56º 0.75% 0.56% -
XYZ 16.56 8.88 26.04 -
YUV 79.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 142 35 141 0 0.75 0.01 0.44 300.56 0.6 0.35
Hex 8E 23 8D 0 4B 1 2C 12D 3C 23
Octal 216 43 215 0 113 1 54 455 74 43
Binary 10001110 100011 10001101 0 1001011 1 101100 100101101 111100 100011

Color Harmonies of #8E238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E238D

Black with #8E238D

Text Example


Text Example

White with #8E238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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