Html Css Color HEX #880193 Dark Magenta

📋 copy color: '#880193'

red 136 ◦ green 1 ◦ blue 147

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

Shades of Dark Magenta #880193

Tints of Dark Magenta #880193

RGB

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

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

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

R = 47.89%
G = 0.35%
B = 51.76%

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

#880193 (or 0x880193) is known color: Dark Magenta. HEX triplet: 88, 01 and 93. RGB value is (136,1,147). Sum of RGB (Red+Green+Blue) = 136+1+147=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #880193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880193 is #77FE6C. Grayscale: #393939. Windows color (decimal): -7863917 or 9634184. OLE color: 9634184.

HSL color Cylindrical-coordinate representation of color #880193: hue angle of 295.48º degrees, saturation: 0.99, 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 #880193 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 1 147 -
CMYK 0.07 0.99 0 0.42
HSL 295.48º 0.99% 0.29% -
HSV(B) 295.48º 0.99% 0.58% -
XYZ 15.43 7.36 28.21 -
YUV 58.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 136 1 147 0.07 0.99 0 0.42 295.48 0.99 0.29
Hex 88 1 93 7 63 0 2A 127 63 1D
Octal 210 1 223 7 143 0 52 447 143 35
Binary 10001000 1 10010011 111 1100011 0 101010 100100111 1100011 11101

Color Harmonies of #880193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880193

Black with #880193

Text Example


Text Example

White with #880193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880193; }

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

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

background-color css

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

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

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

border-color css

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

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

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