Html Css Color HEX #880094 Dark Magenta

📋 copy color: '#880094'

red 136 ◦ green 0 ◦ blue 148

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

Shades of Dark Magenta #880094

Tints of Dark Magenta #880094

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.89%
G = 0%
B = 52.11%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#880094 (or 0x880094) is known color: Dark Magenta. HEX triplet: 88, 00 and 94. RGB value is (136,0,148). Sum of RGB (Red+Green+Blue) = 136+0+148=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #880094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880094 is #77FF6B. Grayscale: #393939. Windows color (decimal): -7864172 or 9699464. OLE color: 9699464.

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

Color convert

RGB 136 0 148 -
CMYK 0.08 1 0 0.42
HSL 295.14º 1% 0.29% -
HSV(B) 295.14º 1% 0.58% -
XYZ 15.5 7.37 28.62 -
YUV 57.54 179.06 183.97 -
System Red Green Blue C M Y K H S L
Decimal 136 0 148 0.08 1 0 0.42 295.14 1 0.29
Hex 88 0 94 8 64 0 2A 127 64 1D
Octal 210 0 224 10 144 0 52 447 144 35
Binary 10001000 0 10010100 1000 1100100 0 101010 100100111 1100100 11101

Color Harmonies of #880094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880094

Black with #880094

Text Example


Text Example

White with #880094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880094; }

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

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

background-color css

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

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

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

border-color css

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

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

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