Html Css Color HEX #881296 Dark Magenta

📋 copy color: '#881296'

red 136 ◦ green 18 ◦ blue 150

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

Shades of Dark Magenta #881296

Tints of Dark Magenta #881296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.92%

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

R = 44.74%
G = 5.92%
B = 49.34%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#881296 (or 0x881296) is known color: Dark Magenta. HEX triplet: 88, 12 and 96. RGB value is (136,18,150). Sum of RGB (Red+Green+Blue) = 136+18+150=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #881296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881296 is #77ED69. Grayscale: #434343. Windows color (decimal): -7859562 or 9835144. OLE color: 9835144.

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

Color convert

RGB 136 18 150 -
CMYK 0.09 0.88 0 0.41
HSL 293.64º 0.79% 0.33% -
HSV(B) 293.64º 0.88% 0.59% -
XYZ 15.87 7.87 29.54 -
YUV 68.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 136 18 150 0.09 0.88 0 0.41 293.64 0.79 0.33
Hex 88 12 96 9 58 0 29 126 4F 21
Octal 210 22 226 11 130 0 51 446 117 41
Binary 10001000 10010 10010110 1001 1011000 0 101001 100100110 1001111 100001

Color Harmonies of #881296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881296

Black with #881296

Text Example


Text Example

White with #881296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881296; }

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

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

background-color css

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

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

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

border-color css

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

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

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