Html Css Color HEX #88088C Dark Magenta

📋 copy color: '#88088C'

red 136 ◦ green 8 ◦ blue 140

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

Shades of Dark Magenta #88088C

Tints of Dark Magenta #88088C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.3%

R = 47.89%
G = 2.82%
B = 49.3%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88088C (or 0x88088C) is known color: Dark Magenta. HEX triplet: 88, 08 and 8C. RGB value is (136,8,140). Sum of RGB (Red+Green+Blue) = 136+8+140=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #88088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88088C is #77F773. Grayscale: #3C3C3C. Windows color (decimal): -7862132 or 9177224. OLE color: 9177224.

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

Color convert

RGB 136 8 140 -
CMYK 0.03 0.94 0 0.45
HSL 298.18º 0.89% 0.29% -
HSV(B) 298.18º 0.94% 0.55% -
XYZ 14.97 7.3 25.43 -
YUV 61.32 172.41 181.27 -
System Red Green Blue C M Y K H S L
Decimal 136 8 140 0.03 0.94 0 0.45 298.18 0.89 0.29
Hex 88 8 8C 3 5E 0 2D 12A 59 1D
Octal 210 10 214 3 136 0 55 452 131 35
Binary 10001000 1000 10001100 11 1011110 0 101101 100101010 1011001 11101

Color Harmonies of #88088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88088C

Black with #88088C

Text Example


Text Example

White with #88088C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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