Html Css Color HEX #880088 Dark Magenta

📋 copy color: '#880088'

red 136 ◦ green 0 ◦ blue 136

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

Shades of Dark Magenta #880088

Tints of Dark Magenta #880088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 136 (53.52% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#880088 (or 0x880088) is known color: Dark Magenta. HEX triplet: 88, 00 and 88. RGB value is (136,0,136). Sum of RGB (Red+Green+Blue) = 136+0+136=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #880088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880088 is #77FF77. Grayscale: #373737. Windows color (decimal): -7864184 or 8913032. OLE color: 8913032.

HSL color Cylindrical-coordinate representation of color #880088: hue angle of 300º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880088 is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 0 136 -
CMYK 0 1 0 0.47
HSL 300º 1% 0.27% -
HSV(B) 300º 1% 0.53% -
XYZ 14.6 7.01 23.88 -
YUV 56.17 173.06 184.94 -
System Red Green Blue C M Y K H S L
Decimal 136 0 136 0 1 0 0.47 300 1 0.27
Hex 88 0 88 0 64 0 2F 12C 64 1B
Octal 210 0 210 0 144 0 57 454 144 33
Binary 10001000 0 10001000 0 1100100 0 101111 100101100 1100100 11011

Color Harmonies of #880088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880088

Black with #880088

Text Example


Text Example

White with #880088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880088; }

 p { color: rgb(136,0,136); }

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

background-color css

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

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

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

border-color css

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

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

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