Html Css Color HEX #880096 Dark Magenta

📋 copy color: '#880096'

red 136 ◦ green 0 ◦ blue 150

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

Shades of Dark Magenta #880096

Tints of Dark Magenta #880096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.45%

R = 47.55%
G = 0%
B = 52.45%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#880096 (or 0x880096) is known color: Dark Magenta. HEX triplet: 88, 00 and 96. RGB value is (136,0,150). Sum of RGB (Red+Green+Blue) = 136+0+150=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #880096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880096 is #77FF69. Grayscale: #393939. Windows color (decimal): -7864170 or 9830536. OLE color: 9830536.

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

Color convert

RGB 136 0 150 -
CMYK 0.09 1 0 0.41
HSL 294.4º 1% 0.29% -
HSV(B) 294.4º 1% 0.59% -
XYZ 15.66 7.44 29.46 -
YUV 57.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 136 0 150 0.09 1 0 0.41 294.4 1 0.29
Hex 88 0 96 9 64 0 29 126 64 1D
Octal 210 0 226 11 144 0 51 446 144 35
Binary 10001000 0 10010110 1001 1100100 0 101001 100100110 1100100 11101

Color Harmonies of #880096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880096

Black with #880096

Text Example


Text Example

White with #880096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880096; }

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

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

background-color css

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

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

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

border-color css

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

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

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