Html Css Color HEX #880092 Dark Magenta

📋 copy color: '#880092'

red 136 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #880092

Tints of Dark Magenta #880092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.77%

R = 48.23%
G = 0%
B = 51.77%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#880092 (or 0x880092) is known color: Dark Magenta. HEX triplet: 88, 00 and 92. RGB value is (136,0,146). Sum of RGB (Red+Green+Blue) = 136+0+146=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #880092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880092 is #77FF6D. Grayscale: #383838. Windows color (decimal): -7864174 or 9568392. OLE color: 9568392.

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

Color convert

RGB 136 0 146 -
CMYK 0.07 1 0 0.43
HSL 295.89º 1% 0.29% -
HSV(B) 295.89º 1% 0.57% -
XYZ 15.34 7.31 27.8 -
YUV 57.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 136 0 146 0.07 1 0 0.43 295.89 1 0.29
Hex 88 0 92 7 64 0 2B 128 64 1D
Octal 210 0 222 7 144 0 53 450 144 35
Binary 10001000 0 10010010 111 1100100 0 101011 100101000 1100100 11101

Color Harmonies of #880092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880092

Black with #880092

Text Example


Text Example

White with #880092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880092; }

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

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

background-color css

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

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

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

border-color css

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

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

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