Html Css Color HEX #880C94 Dark Magenta

📋 copy color: '#880C94'

red 136 ◦ green 12 ◦ blue 148

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

Shades of Dark Magenta #880C94

Tints of Dark Magenta #880C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.05%

 BLUE value IS 148 (58.2% from 255) = 50%

R = 45.95%
G = 4.05%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#880C94 (or 0x880C94) is known color: Dark Magenta. HEX triplet: 88, 0C and 94. RGB value is (136,12,148). Sum of RGB (Red+Green+Blue) = 136+12+148=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #880C94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880C94 is #77F36B. Grayscale: #404040. Windows color (decimal): -7861100 or 9702536. OLE color: 9702536.

HSL color Cylindrical-coordinate representation of color #880C94: hue angle of 294.71º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880C94 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 12 148 -
CMYK 0.08 0.92 0 0.42
HSL 294.71º 0.85% 0.31% -
HSV(B) 294.71º 0.92% 0.58% -
XYZ 15.63 7.64 28.67 -
YUV 64.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 136 12 148 0.08 0.92 0 0.42 294.71 0.85 0.31
Hex 88 C 94 8 5C 0 2A 127 55 1F
Octal 210 14 224 10 134 0 52 447 125 37
Binary 10001000 1100 10010100 1000 1011100 0 101010 100100111 1010101 11111

Color Harmonies of #880C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C94

Black with #880C94

Text Example


Text Example

White with #880C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880C94; }

 p { color: rgb(136,12,148); }

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

background-color css

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

 a { background-color: rgb(136,12,148); }

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

border-color css

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

 span { border-color: rgb(136,12,148); }

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