Html Css Color HEX #88018B Dark Magenta

📋 copy color: '#88018B'

red 136 ◦ green 1 ◦ blue 139

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

Shades of Dark Magenta #88018B

Tints of Dark Magenta #88018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 49.28%
G = 0.36%
B = 50.36%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#88018B (or 0x88018B) is known color: Dark Magenta. HEX triplet: 88, 01 and 8B. RGB value is (136,1,139). Sum of RGB (Red+Green+Blue) = 136+1+139=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #88018B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88018B is #77FE74. Grayscale: #383838. Windows color (decimal): -7863925 or 9109896. OLE color: 9109896.

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

Color convert

RGB 136 1 139 -
CMYK 0.02 0.99 0 0.45
HSL 298.7º 0.99% 0.27% -
HSV(B) 298.7º 0.99% 0.55% -
XYZ 14.82 7.12 25.02 -
YUV 57.1 174.23 184.28 -
System Red Green Blue C M Y K H S L
Decimal 136 1 139 0.02 0.99 0 0.45 298.7 0.99 0.27
Hex 88 1 8B 2 63 0 2D 12B 63 1B
Octal 210 1 213 2 143 0 55 453 143 33
Binary 10001000 1 10001011 10 1100011 0 101101 100101011 1100011 11011

Color Harmonies of #88018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88018B

Black with #88018B

Text Example


Text Example

White with #88018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88018B; }

 p { color: rgb(136,1,139); }

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

background-color css

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

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

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

border-color css

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

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

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