Html Css Color HEX #88079D Dark Magenta

📋 copy color: '#88079D'

red 136 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #88079D

Tints of Dark Magenta #88079D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 45.33%
G = 2.33%
B = 52.33%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88079D (or 0x88079D) is known color: Dark Magenta. HEX triplet: 88, 07 and 9D. RGB value is (136,7,157). Sum of RGB (Red+Green+Blue) = 136+7+157=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #88079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88079D is #77F862. Grayscale: #3E3E3E. Windows color (decimal): -7862371 or 10291080. OLE color: 10291080.

HSL color Cylindrical-coordinate representation of color #88079D: hue angle of 291.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88079D is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 7 157 -
CMYK 0.13 0.96 0 0.38
HSL 291.6º 0.91% 0.32% -
HSV(B) 291.6º 0.96% 0.62% -
XYZ 16.32 7.82 32.55 -
YUV 62.67 181.24 180.3 -
System Red Green Blue C M Y K H S L
Decimal 136 7 157 0.13 0.96 0 0.38 291.6 0.91 0.32
Hex 88 7 9D D 60 0 26 124 5B 20
Octal 210 7 235 15 140 0 46 444 133 40
Binary 10001000 111 10011101 1101 1100000 0 100110 100100100 1011011 100000

Color Harmonies of #88079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88079D

Black with #88079D

Text Example


Text Example

White with #88079D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88079D; }

 p { color: rgb(136,7,157); }

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

background-color css

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

 a { background-color: rgb(136,7,157); }

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

border-color css

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

 span { border-color: rgb(136,7,157); }

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