Html Css Color HEX #8E2F87 Dark Purple

📋 copy color: '#8E2F87'

red 142 ◦ green 47 ◦ blue 135

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

Shades of Dark Purple #8E2F87

Tints of Dark Purple #8E2F87

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.51%

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 43.83%
G = 14.51%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8E2F87 (or 0x8E2F87) is known color: Dark Purple. HEX triplet: 8E, 2F and 87. RGB value is (142,47,135). Sum of RGB (Red+Green+Blue) = 142+47+135=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2F87 is #71D078. Grayscale: #555555. Windows color (decimal): -7458937 or 8859534. OLE color: 8859534.

HSL color Cylindrical-coordinate representation of color #8E2F87: hue angle of 304.42º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E2F87 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 47 135 -
CMYK 0 0.67 0.05 0.44
HSL 304.42º 0.5% 0.37% -
HSV(B) 304.42º 0.67% 0.56% -
XYZ 16.55 9.53 23.89 -
YUV 85.44 155.97 168.34 -
System Red Green Blue C M Y K H S L
Decimal 142 47 135 0 0.67 0.05 0.44 304.42 0.5 0.37
Hex 8E 2F 87 0 43 5 2C 130 32 25
Octal 216 57 207 0 103 5 54 460 62 45
Binary 10001110 101111 10000111 0 1000011 101 101100 100110000 110010 100101

Color Harmonies of #8E2F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2F87

Black with #8E2F87

Text Example


Text Example

White with #8E2F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,47,135); }

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

background-color css

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

 a { background-color: rgb(142,47,135); }

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

border-color css

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

 span { border-color: rgb(142,47,135); }

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