Html Css Color HEX #8E246D Dark Purple

📋 copy color: '#8E246D'

red 142 ◦ green 36 ◦ blue 109

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

Shades of Dark Purple #8E246D

Tints of Dark Purple #8E246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 49.48%
G = 12.54%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E246D (or 0x8E246D) is known color: Dark Purple. HEX triplet: 8E, 24 and 6D. RGB value is (142,36,109). Sum of RGB (Red+Green+Blue) = 142+36+109=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E246D is #71DB92. Grayscale: #4B4B4B. Windows color (decimal): -7461779 or 7152782. OLE color: 7152782.

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

Color convert

RGB 142 36 109 -
CMYK 0 0.75 0.23 0.44
HSL 318.68º 0.6% 0.35% -
HSV(B) 318.68º 0.75% 0.56% -
XYZ 14.55 8.12 15.27 -
YUV 76.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 142 36 109 0 0.75 0.23 0.44 318.68 0.6 0.35
Hex 8E 24 6D 0 4B 17 2C 13F 3C 23
Octal 216 44 155 0 113 27 54 477 74 43
Binary 10001110 100100 1101101 0 1001011 10111 101100 100111111 111100 100011

Color Harmonies of #8E246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E246D

Black with #8E246D

Text Example


Text Example

White with #8E246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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