Html Css Color HEX #8E216F Dark Purple

📋 copy color: '#8E216F'

red 142 ◦ green 33 ◦ blue 111

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

Shades of Dark Purple #8E216F

Tints of Dark Purple #8E216F

RGB

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

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

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

R = 49.65%
G = 11.54%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#8E216F (or 0x8E216F) is known color: Dark Purple. HEX triplet: 8E, 21 and 6F. RGB value is (142,33,111). Sum of RGB (Red+Green+Blue) = 142+33+111=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E216F is #71DE90. Grayscale: #4A4A4A. Windows color (decimal): -7462545 or 7283086. OLE color: 7283086.

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

Color convert

RGB 142 33 111 -
CMYK 0 0.77 0.22 0.44
HSL 317.06º 0.62% 0.34% -
HSV(B) 317.06º 0.77% 0.56% -
XYZ 14.57 7.99 15.81 -
YUV 74.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 142 33 111 0 0.77 0.22 0.44 317.06 0.62 0.34
Hex 8E 21 6F 0 4D 16 2C 13D 3E 22
Octal 216 41 157 0 115 26 54 475 76 42
Binary 10001110 100001 1101111 0 1001101 10110 101100 100111101 111110 100010

Color Harmonies of #8E216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E216F

Black with #8E216F

Text Example


Text Example

White with #8E216F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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