Html Css Color HEX #880498 Dark Magenta

📋 copy color: '#880498'

red 136 ◦ green 4 ◦ blue 152

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

Shades of Dark Magenta #880498

Tints of Dark Magenta #880498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 46.58%
G = 1.37%
B = 52.05%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#880498 (or 0x880498) is known color: Dark Magenta. HEX triplet: 88, 04 and 98. RGB value is (136,4,152). Sum of RGB (Red+Green+Blue) = 136+4+152=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #880498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880498 is #77FB67. Grayscale: #3B3B3B. Windows color (decimal): -7863144 or 9962632. OLE color: 9962632.

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

Color convert

RGB 136 4 152 -
CMYK 0.11 0.97 0 0.40
HSL 293.51º 0.95% 0.31% -
HSV(B) 293.51º 0.97% 0.6% -
XYZ 15.86 7.59 30.33 -
YUV 60.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 136 4 152 0.11 0.97 0 0.40 293.51 0.95 0.31
Hex 88 4 98 B 61 0 28 126 5F 1F
Octal 210 4 230 13 141 0 50 446 137 37
Binary 10001000 100 10011000 1011 1100001 0 101000 100100110 1011111 11111

Color Harmonies of #880498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880498

Black with #880498

Text Example


Text Example

White with #880498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880498; }

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

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

background-color css

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

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

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

border-color css

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

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

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