Html Css Color HEX #88138C Dark Magenta

📋 copy color: '#88138C'

red 136 ◦ green 19 ◦ blue 140

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

Shades of Dark Magenta #88138C

Tints of Dark Magenta #88138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

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

R = 46.1%
G = 6.44%
B = 47.46%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88138C (or 0x88138C) is known color: Dark Magenta. HEX triplet: 88, 13 and 8C. RGB value is (136,19,140). Sum of RGB (Red+Green+Blue) = 136+19+140=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #88138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88138C is #77EC73. Grayscale: #434343. Windows color (decimal): -7859316 or 9180040. OLE color: 9180040.

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

Color convert

RGB 136 19 140 -
CMYK 0.03 0.86 0 0.45
HSL 298.02º 0.76% 0.31% -
HSV(B) 298.02º 0.86% 0.55% -
XYZ 15.12 7.59 25.48 -
YUV 67.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 136 19 140 0.03 0.86 0 0.45 298.02 0.76 0.31
Hex 88 13 8C 3 56 0 2D 12A 4C 1F
Octal 210 23 214 3 126 0 55 452 114 37
Binary 10001000 10011 10001100 11 1010110 0 101101 100101010 1001100 11111

Color Harmonies of #88138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88138C

Black with #88138C

Text Example


Text Example

White with #88138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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