Html Css Color HEX #8D1A88 Dark Purple

📋 copy color: '#8D1A88'

red 141 ◦ green 26 ◦ blue 136

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

Shades of Dark Purple #8D1A88

Tints of Dark Purple #8D1A88

RGB

 RED value IS 141 (55.47% from 255) = 46.53%

 GREEN value IS 26 (10.55% from 255) = 8.58%

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

R = 46.53%
G = 8.58%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D1A88 (or 0x8D1A88) is known color: Dark Purple. HEX triplet: 8D, 1A and 88. RGB value is (141,26,136). Sum of RGB (Red+Green+Blue) = 141+26+136=303 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.53% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1A88 is #72E577. Grayscale: #484848. Windows color (decimal): -7529848 or 8919693. OLE color: 8919693.

HSL color Cylindrical-coordinate representation of color #8D1A88: hue angle of 302.61º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1A88 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 26 136 -
CMYK 0 0.82 0.04 0.45
HSL 302.61º 0.69% 0.33% -
HSV(B) 302.61º 0.82% 0.55% -
XYZ 15.8 8.18 24.04 -
YUV 72.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 141 26 136 0 0.82 0.04 0.45 302.61 0.69 0.33
Hex 8D 1A 88 0 52 4 2D 12F 45 21
Octal 215 32 210 0 122 4 55 457 105 41
Binary 10001101 11010 10001000 0 1010010 100 101101 100101111 1000101 100001

Color Harmonies of #8D1A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D1A88

Black with #8D1A88

Text Example


Text Example

White with #8D1A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,26,136); }

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

background-color css

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

 a { background-color: rgb(141,26,136); }

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

border-color css

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

 span { border-color: rgb(141,26,136); }

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