Html Css Color HEX #88029C Dark Magenta

📋 copy color: '#88029C'

red 136 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #88029C

Tints of Dark Magenta #88029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 156 (61.33% from 255) = 53.06%

R = 46.26%
G = 0.68%
B = 53.06%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88029C (or 0x88029C) is known color: Dark Magenta. HEX triplet: 88, 02 and 9C. RGB value is (136,2,156). Sum of RGB (Red+Green+Blue) = 136+2+156=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #88029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88029C is #77FD63. Grayscale: #3B3B3B. Windows color (decimal): -7863652 or 10224264. OLE color: 10224264.

HSL color Cylindrical-coordinate representation of color #88029C: hue angle of 292.21º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88029C is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 2 156 -
CMYK 0.13 0.99 0 0.39
HSL 292.21º 0.97% 0.31% -
HSV(B) 292.21º 0.99% 0.61% -
XYZ 16.18 7.68 32.08 -
YUV 59.62 182.39 182.48 -
System Red Green Blue C M Y K H S L
Decimal 136 2 156 0.13 0.99 0 0.39 292.21 0.97 0.31
Hex 88 2 9C D 63 0 27 124 61 1F
Octal 210 2 234 15 143 0 47 444 141 37
Binary 10001000 10 10011100 1101 1100011 0 100111 100100100 1100001 11111

Color Harmonies of #88029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88029C

Black with #88029C

Text Example


Text Example

White with #88029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88029C; }

 p { color: rgb(136,2,156); }

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

background-color css

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

 a { background-color: rgb(136,2,156); }

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

border-color css

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

 span { border-color: rgb(136,2,156); }

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