Html Css Color HEX #8E1D66 Dark Purple

📋 copy color: '#8E1D66'

red 142 ◦ green 29 ◦ blue 102

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

Shades of Dark Purple #8E1D66

Tints of Dark Purple #8E1D66

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.62%

 BLUE value IS 102 (40.23% from 255) = 37.36%

R = 52.01%
G = 10.62%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#8E1D66 (or 0x8E1D66) is known color: Dark Purple. HEX triplet: 8E, 1D and 66. RGB value is (142,29,102). Sum of RGB (Red+Green+Blue) = 142+29+102=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1D66 is #71E299. Grayscale: #464646. Windows color (decimal): -7463578 or 6692238. OLE color: 6692238.

HSL color Cylindrical-coordinate representation of color #8E1D66: hue angle of 321.24º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1D66 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 29 102 -
CMYK 0 0.80 0.28 0.44
HSL 321.24º 0.66% 0.34% -
HSV(B) 321.24º 0.8% 0.56% -
XYZ 13.99 7.59 13.3 -
YUV 71.11 145.44 178.56 -
System Red Green Blue C M Y K H S L
Decimal 142 29 102 0 0.80 0.28 0.44 321.24 0.66 0.34
Hex 8E 1D 66 0 50 1C 2C 141 42 22
Octal 216 35 146 0 120 34 54 501 102 42
Binary 10001110 11101 1100110 0 1010000 11100 101100 101000001 1000010 100010

Color Harmonies of #8E1D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1D66

Black with #8E1D66

Text Example


Text Example

White with #8E1D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,29,102); }

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

background-color css

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

 a { background-color: rgb(142,29,102); }

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

border-color css

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

 span { border-color: rgb(142,29,102); }

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