Html Css Color HEX #880394 Dark Magenta

📋 copy color: '#880394'

red 136 ◦ green 3 ◦ blue 148

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

Shades of Dark Magenta #880394

Tints of Dark Magenta #880394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 47.39%
G = 1.05%
B = 51.57%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#880394 (or 0x880394) is known color: Dark Magenta. HEX triplet: 88, 03 and 94. RGB value is (136,3,148). Sum of RGB (Red+Green+Blue) = 136+3+148=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #880394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880394 is #77FC6B. Grayscale: #3A3A3A. Windows color (decimal): -7863404 or 9700232. OLE color: 9700232.

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

Color convert

RGB 136 3 148 -
CMYK 0.08 0.98 0 0.42
HSL 295.03º 0.96% 0.3% -
HSV(B) 295.03º 0.98% 0.58% -
XYZ 15.53 7.44 28.63 -
YUV 59.3 178.06 182.71 -
System Red Green Blue C M Y K H S L
Decimal 136 3 148 0.08 0.98 0 0.42 295.03 0.96 0.3
Hex 88 3 94 8 62 0 2A 127 60 1E
Octal 210 3 224 10 142 0 52 447 140 36
Binary 10001000 11 10010100 1000 1100010 0 101010 100100111 1100000 11110

Color Harmonies of #880394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880394

Black with #880394

Text Example


Text Example

White with #880394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880394; }

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

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

background-color css

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

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

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

border-color css

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

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

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