Html Css Color HEX #881A98 Dark Magenta

📋 copy color: '#881A98'

red 136 ◦ green 26 ◦ blue 152

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

Shades of Dark Magenta #881A98

Tints of Dark Magenta #881A98

RGB

 RED value IS 136 (53.52% from 255) = 43.31%

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

 BLUE value IS 152 (59.77% from 255) = 48.41%

R = 43.31%
G = 8.28%
B = 48.41%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#881A98 (or 0x881A98) is known color: Dark Magenta. HEX triplet: 88, 1A and 98. RGB value is (136,26,152). Sum of RGB (Red+Green+Blue) = 136+26+152=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #881A98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881A98 is #77E567. Grayscale: #484848. Windows color (decimal): -7857512 or 9968264. OLE color: 9968264.

HSL color Cylindrical-coordinate representation of color #881A98: hue angle of 292.38º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881A98 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 26 152 -
CMYK 0.11 0.83 0 0.40
HSL 292.38º 0.71% 0.35% -
HSV(B) 292.38º 0.83% 0.6% -
XYZ 16.19 8.24 30.44 -
YUV 73.25 172.44 172.75 -
System Red Green Blue C M Y K H S L
Decimal 136 26 152 0.11 0.83 0 0.40 292.38 0.71 0.35
Hex 88 1A 98 B 53 0 28 124 47 23
Octal 210 32 230 13 123 0 50 444 107 43
Binary 10001000 11010 10011000 1011 1010011 0 101000 100100100 1000111 100011

Color Harmonies of #881A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A98

Black with #881A98

Text Example


Text Example

White with #881A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881A98; }

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

 H1.HeaderClassName
 {
   color: #881A98;
 }
 .AnyTagClassName
 {
   color: #881A98;
 }
</style>

background-color css

<style>
 a { background-color: #881A98; }

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

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

border-color css

<style>
 span { border-color: #881A98; }

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

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