Html Css Color HEX #880793 Dark Magenta

📋 copy color: '#880793'

red 136 ◦ green 7 ◦ blue 147

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

Shades of Dark Magenta #880793

Tints of Dark Magenta #880793

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 46.9%
G = 2.41%
B = 50.69%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#880793 (or 0x880793) is known color: Dark Magenta. HEX triplet: 88, 07 and 93. RGB value is (136,7,147). Sum of RGB (Red+Green+Blue) = 136+7+147=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #880793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880793 is #77F86C. Grayscale: #3D3D3D. Windows color (decimal): -7862381 or 9635720. OLE color: 9635720.

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

Color convert

RGB 136 7 147 -
CMYK 0.07 0.95 0 0.42
HSL 295.29º 0.91% 0.3% -
HSV(B) 295.29º 0.95% 0.58% -
XYZ 15.5 7.49 28.23 -
YUV 61.53 176.24 181.12 -
System Red Green Blue C M Y K H S L
Decimal 136 7 147 0.07 0.95 0 0.42 295.29 0.91 0.3
Hex 88 7 93 7 5F 0 2A 127 5B 1E
Octal 210 7 223 7 137 0 52 447 133 36
Binary 10001000 111 10010011 111 1011111 0 101010 100100111 1011011 11110

Color Harmonies of #880793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880793

Black with #880793

Text Example


Text Example

White with #880793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880793; }

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

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

background-color css

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

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

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

border-color css

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

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

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