Html Css Color HEX #880883 Dark Magenta

📋 copy color: '#880883'

red 136 ◦ green 8 ◦ blue 131

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

Shades of Dark Magenta #880883

Tints of Dark Magenta #880883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

 BLUE value IS 131 (51.56% from 255) = 47.64%

R = 49.45%
G = 2.91%
B = 47.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#880883 (or 0x880883) is known color: Dark Magenta. HEX triplet: 88, 08 and 83. RGB value is (136,8,131). Sum of RGB (Red+Green+Blue) = 136+8+131=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #880883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880883 is #77F77C. Grayscale: #3B3B3B. Windows color (decimal): -7862141 or 8587400. OLE color: 8587400.

HSL color Cylindrical-coordinate representation of color #880883: hue angle of 302.34º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880883 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 131 -
CMYK 0 0.94 0.04 0.47
HSL 302.34º 0.89% 0.28% -
HSV(B) 302.34º 0.94% 0.53% -
XYZ 14.34 7.05 22.08 -
YUV 60.29 167.91 182 -
System Red Green Blue C M Y K H S L
Decimal 136 8 131 0 0.94 0.04 0.47 302.34 0.89 0.28
Hex 88 8 83 0 5E 4 2F 12E 59 1C
Octal 210 10 203 0 136 4 57 456 131 34
Binary 10001000 1000 10000011 0 1011110 100 101111 100101110 1011001 11100

Color Harmonies of #880883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880883

Black with #880883

Text Example


Text Example

White with #880883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880883; }

 p { color: rgb(136,8,131); }

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

background-color css

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

 a { background-color: rgb(136,8,131); }

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

border-color css

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

 span { border-color: rgb(136,8,131); }

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