Html Css Color HEX #8E286F Dark Purple

📋 copy color: '#8E286F'

red 142 ◦ green 40 ◦ blue 111

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

Shades of Dark Purple #8E286F

Tints of Dark Purple #8E286F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 48.46%
G = 13.65%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E286F (or 0x8E286F) is known color: Dark Purple. HEX triplet: 8E, 28 and 6F. RGB value is (142,40,111). Sum of RGB (Red+Green+Blue) = 142+40+111=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E286F is #71D790. Grayscale: #4E4E4E. Windows color (decimal): -7460753 or 7284878. OLE color: 7284878.

HSL color Cylindrical-coordinate representation of color #8E286F: hue angle of 318.24º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E286F is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 40 111 -
CMYK 0 0.72 0.22 0.44
HSL 318.24º 0.56% 0.36% -
HSV(B) 318.24º 0.72% 0.56% -
XYZ 14.78 8.42 15.88 -
YUV 78.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 142 40 111 0 0.72 0.22 0.44 318.24 0.56 0.36
Hex 8E 28 6F 0 48 16 2C 13E 38 24
Octal 216 50 157 0 110 26 54 476 70 44
Binary 10001110 101000 1101111 0 1001000 10110 101100 100111110 111000 100100

Color Harmonies of #8E286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E286F

Black with #8E286F

Text Example


Text Example

White with #8E286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,40,111); }

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

background-color css

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

 a { background-color: rgb(142,40,111); }

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

border-color css

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

 span { border-color: rgb(142,40,111); }

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