Html Css Color HEX #8E0D74 Dark Purple

📋 copy color: '#8E0D74'

red 142 ◦ green 13 ◦ blue 116

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

Shades of Dark Purple #8E0D74

Tints of Dark Purple #8E0D74

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 52.4%
G = 4.8%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E0D74 (or 0x8E0D74) is known color: Dark Purple. HEX triplet: 8E, 0D and 74. RGB value is (142,13,116). Sum of RGB (Red+Green+Blue) = 142+13+116=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0D74 is #71F28B. Grayscale: #3F3F3F. Windows color (decimal): -7467660 or 7605646. OLE color: 7605646.

HSL color Cylindrical-coordinate representation of color #8E0D74: hue angle of 312.09º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E0D74 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 13 116 -
CMYK 0 0.91 0.18 0.44
HSL 312.09º 0.83% 0.3% -
HSV(B) 312.09º 0.91% 0.56% -
XYZ 14.45 7.3 17.17 -
YUV 63.31 157.74 184.12 -
System Red Green Blue C M Y K H S L
Decimal 142 13 116 0 0.91 0.18 0.44 312.09 0.83 0.3
Hex 8E D 74 0 5B 12 2C 138 53 1E
Octal 216 15 164 0 133 22 54 470 123 36
Binary 10001110 1101 1110100 0 1011011 10010 101100 100111000 1010011 11110

Color Harmonies of #8E0D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0D74

Black with #8E0D74

Text Example


Text Example

White with #8E0D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,13,116); }

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

background-color css

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

 a { background-color: rgb(142,13,116); }

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

border-color css

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

 span { border-color: rgb(142,13,116); }

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