Html Css Color HEX #8E2C69 Dark Purple

📋 copy color: '#8E2C69'

red 142 ◦ green 44 ◦ blue 105

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

Shades of Dark Purple #8E2C69

Tints of Dark Purple #8E2C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.12%

 BLUE value IS 105 (41.41% from 255) = 36.08%

R = 48.8%
G = 15.12%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#8E2C69 (or 0x8E2C69) is known color: Dark Purple. HEX triplet: 8E, 2C and 69. RGB value is (142,44,105). Sum of RGB (Red+Green+Blue) = 142+44+105=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2C69 is #71D396. Grayscale: #505050. Windows color (decimal): -7459735 or 6892686. OLE color: 6892686.

HSL color Cylindrical-coordinate representation of color #8E2C69: hue angle of 322.65º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E2C69 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 44 105 -
CMYK 0 0.69 0.26 0.44
HSL 322.65º 0.53% 0.36% -
HSV(B) 322.65º 0.69% 0.56% -
XYZ 14.61 8.57 14.25 -
YUV 80.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 142 44 105 0 0.69 0.26 0.44 322.65 0.53 0.36
Hex 8E 2C 69 0 45 1A 2C 143 35 24
Octal 216 54 151 0 105 32 54 503 65 44
Binary 10001110 101100 1101001 0 1000101 11010 101100 101000011 110101 100100

Color Harmonies of #8E2C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2C69

Black with #8E2C69

Text Example


Text Example

White with #8E2C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,44,105); }

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

background-color css

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

 a { background-color: rgb(142,44,105); }

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

border-color css

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

 span { border-color: rgb(142,44,105); }

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