Html Css Color HEX #880296 Dark Magenta

📋 copy color: '#880296'

red 136 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #880296

Tints of Dark Magenta #880296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

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

R = 47.22%
G = 0.69%
B = 52.08%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#880296 (or 0x880296) is known color: Dark Magenta. HEX triplet: 88, 02 and 96. RGB value is (136,2,150). Sum of RGB (Red+Green+Blue) = 136+2+150=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #880296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880296 is #77FD69. Grayscale: #3A3A3A. Windows color (decimal): -7863658 or 9831048. OLE color: 9831048.

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

Color convert

RGB 136 2 150 -
CMYK 0.09 0.99 0 0.41
HSL 294.32º 0.97% 0.3% -
HSV(B) 294.32º 0.99% 0.59% -
XYZ 15.68 7.48 29.47 -
YUV 58.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 136 2 150 0.09 0.99 0 0.41 294.32 0.97 0.3
Hex 88 2 96 9 63 0 29 126 61 1E
Octal 210 2 226 11 143 0 51 446 141 36
Binary 10001000 10 10010110 1001 1100011 0 101001 100100110 1100001 11110

Color Harmonies of #880296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880296

Black with #880296

Text Example


Text Example

White with #880296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880296; }

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

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

background-color css

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

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

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

border-color css

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

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

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