Html Css Color HEX #881898 Dark Magenta

📋 copy color: '#881898'

red 136 ◦ green 24 ◦ blue 152

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

Shades of Dark Magenta #881898

Tints of Dark Magenta #881898

RGB

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

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

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

R = 43.59%
G = 7.69%
B = 48.72%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#881898 (or 0x881898) is known color: Dark Magenta. HEX triplet: 88, 18 and 98. RGB value is (136,24,152). Sum of RGB (Red+Green+Blue) = 136+24+152=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #881898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881898 is #77E767. Grayscale: #474747. Windows color (decimal): -7858024 or 9967752. OLE color: 9967752.

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

Color convert

RGB 136 24 152 -
CMYK 0.11 0.84 0 0.40
HSL 292.5º 0.73% 0.35% -
HSV(B) 292.5º 0.84% 0.6% -
XYZ 16.15 8.15 30.43 -
YUV 72.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 136 24 152 0.11 0.84 0 0.40 292.5 0.73 0.35
Hex 88 18 98 B 54 0 28 124 49 23
Octal 210 30 230 13 124 0 50 444 111 43
Binary 10001000 11000 10011000 1011 1010100 0 101000 100100100 1001001 100011

Color Harmonies of #881898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881898

Black with #881898

Text Example


Text Example

White with #881898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881898; }

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

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

background-color css

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

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

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

border-color css

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

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

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