Html Css Color HEX #881093 Dark Magenta

📋 copy color: '#881093'

red 136 ◦ green 16 ◦ blue 147

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

Shades of Dark Magenta #881093

Tints of Dark Magenta #881093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.35%

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 45.48%
G = 5.35%
B = 49.16%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#881093 (or 0x881093) is known color: Dark Magenta. HEX triplet: 88, 10 and 93. RGB value is (136,16,147). Sum of RGB (Red+Green+Blue) = 136+16+147=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #881093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881093 is #77EF6C. Grayscale: #424242. Windows color (decimal): -7860077 or 9638024. OLE color: 9638024.

HSL color Cylindrical-coordinate representation of color #881093: hue angle of 294.96º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #881093 is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 16 147 -
CMYK 0.07 0.89 0 0.42
HSL 294.96º 0.8% 0.32% -
HSV(B) 294.96º 0.89% 0.58% -
XYZ 15.61 7.71 28.27 -
YUV 66.81 173.26 177.35 -
System Red Green Blue C M Y K H S L
Decimal 136 16 147 0.07 0.89 0 0.42 294.96 0.8 0.32
Hex 88 10 93 7 59 0 2A 127 50 20
Octal 210 20 223 7 131 0 52 447 120 40
Binary 10001000 10000 10010011 111 1011001 0 101010 100100111 1010000 100000

Color Harmonies of #881093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881093

Black with #881093

Text Example


Text Example

White with #881093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881093; }

 p { color: rgb(136,16,147); }

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

background-color css

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

 a { background-color: rgb(136,16,147); }

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

border-color css

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

 span { border-color: rgb(136,16,147); }

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