Html Css Color HEX #8E2D70 Dark Purple

📋 copy color: '#8E2D70'

red 142 ◦ green 45 ◦ blue 112

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

Shades of Dark Purple #8E2D70

Tints of Dark Purple #8E2D70

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.05%

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 47.49%
G = 15.05%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#8E2D70 (or 0x8E2D70) is known color: Dark Purple. HEX triplet: 8E, 2D and 70. RGB value is (142,45,112). Sum of RGB (Red+Green+Blue) = 142+45+112=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2D70 is #71D28F. Grayscale: #515151. Windows color (decimal): -7459472 or 7351694. OLE color: 7351694.

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

Color convert

RGB 142 45 112 -
CMYK 0 0.68 0.21 0.44
HSL 318.56º 0.52% 0.37% -
HSV(B) 318.56º 0.68% 0.56% -
XYZ 15.02 8.8 16.24 -
YUV 81.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 142 45 112 0 0.68 0.21 0.44 318.56 0.52 0.37
Hex 8E 2D 70 0 44 15 2C 13F 34 25
Octal 216 55 160 0 104 25 54 477 64 45
Binary 10001110 101101 1110000 0 1000100 10101 101100 100111111 110100 100101

Color Harmonies of #8E2D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2D70

Black with #8E2D70

Text Example


Text Example

White with #8E2D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,45,112); }

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

background-color css

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

 a { background-color: rgb(142,45,112); }

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

border-color css

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

 span { border-color: rgb(142,45,112); }

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