Html Css Color HEX #8E1281 Dark Purple

📋 copy color: '#8E1281'

red 142 ◦ green 18 ◦ blue 129

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

Shades of Dark Purple #8E1281

Tints of Dark Purple #8E1281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

 BLUE value IS 129 (50.78% from 255) = 44.64%

R = 49.13%
G = 6.23%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8E1281 (or 0x8E1281) is known color: Dark Purple. HEX triplet: 8E, 12 and 81. RGB value is (142,18,129). Sum of RGB (Red+Green+Blue) = 142+18+129=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1281 is #71ED7E. Grayscale: #434343. Windows color (decimal): -7466367 or 8458894. OLE color: 8458894.

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

Color convert

RGB 142 18 129 -
CMYK 0 0.87 0.09 0.44
HSL 306.29º 0.78% 0.31% -
HSV(B) 306.29º 0.87% 0.56% -
XYZ 15.33 7.77 21.46 -
YUV 67.73 162.58 180.97 -
System Red Green Blue C M Y K H S L
Decimal 142 18 129 0 0.87 0.09 0.44 306.29 0.78 0.31
Hex 8E 12 81 0 57 9 2C 132 4E 1F
Octal 216 22 201 0 127 11 54 462 116 37
Binary 10001110 10010 10000001 0 1010111 1001 101100 100110010 1001110 11111

Color Harmonies of #8E1281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1281

Black with #8E1281

Text Example


Text Example

White with #8E1281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,18,129); }

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

background-color css

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

 a { background-color: rgb(142,18,129); }

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

border-color css

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

 span { border-color: rgb(142,18,129); }

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