Html Css Color HEX #8E1B88 Dark Purple

📋 copy color: '#8E1B88'

red 142 ◦ green 27 ◦ blue 136

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

Shades of Dark Purple #8E1B88

Tints of Dark Purple #8E1B88

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.85%

 BLUE value IS 136 (53.52% from 255) = 44.59%

R = 46.56%
G = 8.85%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#8E1B88 (or 0x8E1B88) is known color: Dark Purple. HEX triplet: 8E, 1B and 88. RGB value is (142,27,136). Sum of RGB (Red+Green+Blue) = 142+27+136=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1B88 is #71E477. Grayscale: #494949. Windows color (decimal): -7464056 or 8919950. OLE color: 8919950.

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

Color convert

RGB 142 27 136 -
CMYK 0 0.81 0.04 0.44
HSL 303.13º 0.68% 0.33% -
HSV(B) 303.13º 0.81% 0.56% -
XYZ 15.99 8.31 24.05 -
YUV 73.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 142 27 136 0 0.81 0.04 0.44 303.13 0.68 0.33
Hex 8E 1B 88 0 51 4 2C 12F 44 21
Octal 216 33 210 0 121 4 54 457 104 41
Binary 10001110 11011 10001000 0 1010001 100 101100 100101111 1000100 100001

Color Harmonies of #8E1B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B88

Black with #8E1B88

Text Example


Text Example

White with #8E1B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,27,136); }

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

background-color css

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

 a { background-color: rgb(142,27,136); }

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

border-color css

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

 span { border-color: rgb(142,27,136); }

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