Html Css Color HEX #880293 Dark Magenta

📋 copy color: '#880293'

red 136 ◦ green 2 ◦ blue 147

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

Shades of Dark Magenta #880293

Tints of Dark Magenta #880293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 47.72%
G = 0.7%
B = 51.58%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#880293 (or 0x880293) is known color: Dark Magenta. HEX triplet: 88, 02 and 93. RGB value is (136,2,147). Sum of RGB (Red+Green+Blue) = 136+2+147=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #880293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880293 is #77FD6C. Grayscale: #3A3A3A. Windows color (decimal): -7863661 or 9634440. OLE color: 9634440.

HSL color Cylindrical-coordinate representation of color #880293: hue angle of 295.45º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880293 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 2 147 -
CMYK 0.07 0.99 0 0.42
HSL 295.45º 0.97% 0.29% -
HSV(B) 295.45º 0.99% 0.58% -
XYZ 15.44 7.38 28.22 -
YUV 58.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 136 2 147 0.07 0.99 0 0.42 295.45 0.97 0.29
Hex 88 2 93 7 63 0 2A 127 61 1D
Octal 210 2 223 7 143 0 52 447 141 35
Binary 10001000 10 10010011 111 1100011 0 101010 100100111 1100001 11101

Color Harmonies of #880293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880293

Black with #880293

Text Example


Text Example

White with #880293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880293; }

 p { color: rgb(136,2,147); }

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

background-color css

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

 a { background-color: rgb(136,2,147); }

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

border-color css

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

 span { border-color: rgb(136,2,147); }

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