Html Css Color HEX #88148F Dark Magenta

📋 copy color: '#88148F'

red 136 ◦ green 20 ◦ blue 143

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

Shades of Dark Magenta #88148F

Tints of Dark Magenta #88148F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.69%

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

R = 45.48%
G = 6.69%
B = 47.83%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#88148F (or 0x88148F) is known color: Dark Magenta. HEX triplet: 88, 14 and 8F. RGB value is (136,20,143). Sum of RGB (Red+Green+Blue) = 136+20+143=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #88148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88148F is #77EB70. Grayscale: #444444. Windows color (decimal): -7859057 or 9376904. OLE color: 9376904.

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

Color convert

RGB 136 20 143 -
CMYK 0.05 0.86 0 0.44
HSL 296.59º 0.75% 0.32% -
HSV(B) 296.59º 0.86% 0.56% -
XYZ 15.36 7.72 26.67 -
YUV 68.71 169.93 176 -
System Red Green Blue C M Y K H S L
Decimal 136 20 143 0.05 0.86 0 0.44 296.59 0.75 0.32
Hex 88 14 8F 5 56 0 2C 129 4B 20
Octal 210 24 217 5 126 0 54 451 113 40
Binary 10001000 10100 10001111 101 1010110 0 101100 100101001 1001011 100000

Color Harmonies of #88148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88148F

Black with #88148F

Text Example


Text Example

White with #88148F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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