Html Css Color HEX #8E157B Dark Purple

📋 copy color: '#8E157B'

red 142 ◦ green 21 ◦ blue 123

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

Shades of Dark Purple #8E157B

Tints of Dark Purple #8E157B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.34%

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

R = 49.65%
G = 7.34%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E157B (or 0x8E157B) is known color: Dark Purple. HEX triplet: 8E, 15 and 7B. RGB value is (142,21,123). Sum of RGB (Red+Green+Blue) = 142+21+123=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E157B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E157B is #71EA84. Grayscale: #444444. Windows color (decimal): -7465605 or 8066446. OLE color: 8066446.

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

Color convert

RGB 142 21 123 -
CMYK 0 0.85 0.13 0.44
HSL 309.42º 0.74% 0.32% -
HSV(B) 309.42º 0.85% 0.56% -
XYZ 15 7.72 19.44 -
YUV 68.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 142 21 123 0 0.85 0.13 0.44 309.42 0.74 0.32
Hex 8E 15 7B 0 55 D 2C 135 4A 20
Octal 216 25 173 0 125 15 54 465 112 40
Binary 10001110 10101 1111011 0 1010101 1101 101100 100110101 1001010 100000

Color Harmonies of #8E157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E157B

Black with #8E157B

Text Example


Text Example

White with #8E157B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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