Html Css Color HEX #88008C Dark Magenta

📋 copy color: '#88008C'

red 136 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #88008C

Tints of Dark Magenta #88008C

RGB

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

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

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

R = 49.28%
G = 0%
B = 50.72%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88008C (or 0x88008C) is known color: Dark Magenta. HEX triplet: 88, 00 and 8C. RGB value is (136,0,140). Sum of RGB (Red+Green+Blue) = 136+0+140=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #88008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88008C is #77FF73. Grayscale: #383838. Windows color (decimal): -7864180 or 9175176. OLE color: 9175176.

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

Color convert

RGB 136 0 140 -
CMYK 0.03 1 0 0.45
HSL 298.29º 1% 0.27% -
HSV(B) 298.29º 1% 0.55% -
XYZ 14.89 7.13 25.4 -
YUV 56.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 136 0 140 0.03 1 0 0.45 298.29 1 0.27
Hex 88 0 8C 3 64 0 2D 12A 64 1B
Octal 210 0 214 3 144 0 55 452 144 33
Binary 10001000 0 10001100 11 1100100 0 101101 100101010 1100100 11011

Color Harmonies of #88008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88008C

Black with #88008C

Text Example


Text Example

White with #88008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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