Html Css Color HEX #88059F Dark Magenta

📋 copy color: '#88059F'

red 136 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #88059F

Tints of Dark Magenta #88059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 159 (62.5% from 255) = 53%

R = 45.33%
G = 1.67%
B = 53%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88059F (or 0x88059F) is known color: Dark Magenta. HEX triplet: 88, 05 and 9F. RGB value is (136,5,159). Sum of RGB (Red+Green+Blue) = 136+5+159=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #88059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88059F is #77FA60. Grayscale: #3D3D3D. Windows color (decimal): -7862881 or 10421640. OLE color: 10421640.

HSL color Cylindrical-coordinate representation of color #88059F: hue angle of 291.04º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #88059F is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 5 159 -
CMYK 0.14 0.97 0 0.38
HSL 291.04º 0.94% 0.32% -
HSV(B) 291.04º 0.97% 0.62% -
XYZ 16.47 7.85 33.45 -
YUV 61.73 182.9 180.98 -
System Red Green Blue C M Y K H S L
Decimal 136 5 159 0.14 0.97 0 0.38 291.04 0.94 0.32
Hex 88 5 9F E 61 0 26 123 5E 20
Octal 210 5 237 16 141 0 46 443 136 40
Binary 10001000 101 10011111 1110 1100001 0 100110 100100011 1011110 100000

Color Harmonies of #88059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88059F

Black with #88059F

Text Example


Text Example

White with #88059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88059F; }

 p { color: rgb(136,5,159); }

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

background-color css

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

 a { background-color: rgb(136,5,159); }

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

border-color css

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

 span { border-color: rgb(136,5,159); }

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