Html Css Color HEX #88088E Dark Magenta

📋 copy color: '#88088E'

red 136 ◦ green 8 ◦ blue 142

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

Shades of Dark Magenta #88088E

Tints of Dark Magenta #88088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 142 (55.86% from 255) = 49.65%

R = 47.55%
G = 2.8%
B = 49.65%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88088E (or 0x88088E) is known color: Dark Magenta. HEX triplet: 88, 08 and 8E. RGB value is (136,8,142). Sum of RGB (Red+Green+Blue) = 136+8+142=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #88088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88088E is #77F771. Grayscale: #3D3D3D. Windows color (decimal): -7862130 or 9308296. OLE color: 9308296.

HSL color Cylindrical-coordinate representation of color #88088E: hue angle of 297.31º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88088E is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 8 142 -
CMYK 0.04 0.94 0 0.44
HSL 297.31º 0.89% 0.29% -
HSV(B) 297.31º 0.94% 0.56% -
XYZ 15.12 7.36 26.21 -
YUV 61.55 173.41 181.1 -
System Red Green Blue C M Y K H S L
Decimal 136 8 142 0.04 0.94 0 0.44 297.31 0.89 0.29
Hex 88 8 8E 4 5E 0 2C 129 59 1D
Octal 210 10 216 4 136 0 54 451 131 35
Binary 10001000 1000 10001110 100 1011110 0 101100 100101001 1011001 11101

Color Harmonies of #88088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88088E

Black with #88088E

Text Example


Text Example

White with #88088E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88088E; }

 p { color: rgb(136,8,142); }

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

background-color css

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

 a { background-color: rgb(136,8,142); }

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

border-color css

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

 span { border-color: rgb(136,8,142); }

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