Html Css Color HEX #8E0F7D Dark Purple

📋 copy color: '#8E0F7D'

red 142 ◦ green 15 ◦ blue 125

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

Shades of Dark Purple #8E0F7D

Tints of Dark Purple #8E0F7D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.32%

 BLUE value IS 125 (49.22% from 255) = 44.33%

R = 50.35%
G = 5.32%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E0F7D (or 0x8E0F7D) is known color: Dark Purple. HEX triplet: 8E, 0F and 7D. RGB value is (142,15,125). Sum of RGB (Red+Green+Blue) = 142+15+125=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0F7D is #71F082. Grayscale: #414141. Windows color (decimal): -7467139 or 8195982. OLE color: 8195982.

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

Color convert

RGB 142 15 125 -
CMYK 0 0.89 0.12 0.44
HSL 308.03º 0.81% 0.31% -
HSV(B) 308.03º 0.89% 0.56% -
XYZ 15.03 7.57 20.07 -
YUV 65.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 142 15 125 0 0.89 0.12 0.44 308.03 0.81 0.31
Hex 8E F 7D 0 59 C 2C 134 51 1F
Octal 216 17 175 0 131 14 54 464 121 37
Binary 10001110 1111 1111101 0 1011001 1100 101100 100110100 1010001 11111

Color Harmonies of #8E0F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0F7D

Black with #8E0F7D

Text Example


Text Example

White with #8E0F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,15,125); }

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

background-color css

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

 a { background-color: rgb(142,15,125); }

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

border-color css

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

 span { border-color: rgb(142,15,125); }

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