Html Css Color HEX #8E217F Dark Purple

📋 copy color: '#8E217F'

red 142 ◦ green 33 ◦ blue 127

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

Shades of Dark Purple #8E217F

Tints of Dark Purple #8E217F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.93%

 BLUE value IS 127 (50% from 255) = 42.05%

R = 47.02%
G = 10.93%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E217F (or 0x8E217F) is known color: Dark Purple. HEX triplet: 8E, 21 and 7F. RGB value is (142,33,127). Sum of RGB (Red+Green+Blue) = 142+33+127=302 (40% of max value = 765). Red value is 142 (55.86% from 255 or 47.02% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 142 - color contains mainly: red. Hex color #8E217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E217F is #71DE80. Grayscale: #4C4C4C. Windows color (decimal): -7462529 or 8331662. OLE color: 8331662.

HSL color Cylindrical-coordinate representation of color #8E217F: hue angle of 308.26º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E217F is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 33 127 -
CMYK 0 0.77 0.11 0.44
HSL 308.26º 0.62% 0.34% -
HSV(B) 308.26º 0.77% 0.56% -
XYZ 15.53 8.37 20.88 -
YUV 76.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 142 33 127 0 0.77 0.11 0.44 308.26 0.62 0.34
Hex 8E 21 7F 0 4D B 2C 134 3E 22
Octal 216 41 177 0 115 13 54 464 76 42
Binary 10001110 100001 1111111 0 1001101 1011 101100 100110100 111110 100010

Color Harmonies of #8E217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E217F

Black with #8E217F

Text Example


Text Example

White with #8E217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,33,127); }

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

background-color css

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

 a { background-color: rgb(142,33,127); }

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

border-color css

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

 span { border-color: rgb(142,33,127); }

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