Html Css Color HEX #88008F Dark Magenta

📋 copy color: '#88008F'

red 136 ◦ green 0 ◦ blue 143

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

Shades of Dark Magenta #88008F

Tints of Dark Magenta #88008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.25%

R = 48.75%
G = 0%
B = 51.25%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88008F (or 0x88008F) is known color: Dark Magenta. HEX triplet: 88, 00 and 8F. RGB value is (136,0,143). Sum of RGB (Red+Green+Blue) = 136+0+143=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #88008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88008F is #77FF70. Grayscale: #383838. Windows color (decimal): -7864177 or 9371784. OLE color: 9371784.

HSL color Cylindrical-coordinate representation of color #88008F: hue angle of 297.06º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88008F is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 136 0 143 -
CMYK 0.05 1 0 0.44
HSL 297.06º 1% 0.28% -
HSV(B) 297.06º 1% 0.56% -
XYZ 15.11 7.22 26.58 -
YUV 56.97 176.56 184.37 -
System Red Green Blue C M Y K H S L
Decimal 136 0 143 0.05 1 0 0.44 297.06 1 0.28
Hex 88 0 8F 5 64 0 2C 129 64 1C
Octal 210 0 217 5 144 0 54 451 144 34
Binary 10001000 0 10001111 101 1100100 0 101100 100101001 1100100 11100

Color Harmonies of #88008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88008F

Black with #88008F

Text Example


Text Example

White with #88008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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