Html Css Color HEX #8E188B Dark Purple

📋 copy color: '#8E188B'

red 142 ◦ green 24 ◦ blue 139

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

Shades of Dark Purple #8E188B

Tints of Dark Purple #8E188B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

 BLUE value IS 139 (54.69% from 255) = 45.57%

R = 46.56%
G = 7.87%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8E188B (or 0x8E188B) is known color: Dark Purple. HEX triplet: 8E, 18 and 8B. RGB value is (142,24,139). Sum of RGB (Red+Green+Blue) = 142+24+139=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E188B is #71E774. Grayscale: #484848. Windows color (decimal): -7464821 or 9115790. OLE color: 9115790.

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

Color convert

RGB 142 24 139 -
CMYK 0 0.83 0.02 0.44
HSL 301.53º 0.71% 0.33% -
HSV(B) 301.53º 0.83% 0.56% -
XYZ 16.14 8.27 25.17 -
YUV 72.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 142 24 139 0 0.83 0.02 0.44 301.53 0.71 0.33
Hex 8E 18 8B 0 53 2 2C 12E 47 21
Octal 216 30 213 0 123 2 54 456 107 41
Binary 10001110 11000 10001011 0 1010011 10 101100 100101110 1000111 100001

Color Harmonies of #8E188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E188B

Black with #8E188B

Text Example


Text Example

White with #8E188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,24,139); }

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

background-color css

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

 a { background-color: rgb(142,24,139); }

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

border-color css

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

 span { border-color: rgb(142,24,139); }

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