Html Css Color HEX #8E117B Dark Purple

📋 copy color: '#8E117B'

red 142 ◦ green 17 ◦ blue 123

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

Shades of Dark Purple #8E117B

Tints of Dark Purple #8E117B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

 BLUE value IS 123 (48.44% from 255) = 43.62%

R = 50.35%
G = 6.03%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E117B (or 0x8E117B) is known color: Dark Purple. HEX triplet: 8E, 11 and 7B. RGB value is (142,17,123). Sum of RGB (Red+Green+Blue) = 142+17+123=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E117B is #71EE84. Grayscale: #424242. Windows color (decimal): -7466629 or 8065422. OLE color: 8065422.

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

Color convert

RGB 142 17 123 -
CMYK 0 0.88 0.13 0.44
HSL 309.12º 0.79% 0.31% -
HSV(B) 309.12º 0.88% 0.56% -
XYZ 14.93 7.58 19.42 -
YUV 66.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 142 17 123 0 0.88 0.13 0.44 309.12 0.79 0.31
Hex 8E 11 7B 0 58 D 2C 135 4F 1F
Octal 216 21 173 0 130 15 54 465 117 37
Binary 10001110 10001 1111011 0 1011000 1101 101100 100110101 1001111 11111

Color Harmonies of #8E117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E117B

Black with #8E117B

Text Example


Text Example

White with #8E117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,123); }

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

background-color css

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

 a { background-color: rgb(142,17,123); }

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

border-color css

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

 span { border-color: rgb(142,17,123); }

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