Html Css Color HEX #880098 Dark Magenta

📋 copy color: '#880098'

red 136 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #880098

Tints of Dark Magenta #880098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.78%

R = 47.22%
G = 0%
B = 52.78%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#880098 (or 0x880098) is known color: Dark Magenta. HEX triplet: 88, 00 and 98. RGB value is (136,0,152). Sum of RGB (Red+Green+Blue) = 136+0+152=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #880098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880098 is #77FF67. Grayscale: #393939. Windows color (decimal): -7864168 or 9961608. OLE color: 9961608.

HSL color Cylindrical-coordinate representation of color #880098: hue angle of 293.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #880098 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 136 0 152 -
CMYK 0.11 1 0 0.40
HSL 293.68º 1% 0.3% -
HSV(B) 293.68º 1% 0.6% -
XYZ 15.82 7.5 30.32 -
YUV 57.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 136 0 152 0.11 1 0 0.40 293.68 1 0.3
Hex 88 0 98 B 64 0 28 126 64 1E
Octal 210 0 230 13 144 0 50 446 144 36
Binary 10001000 0 10011000 1011 1100100 0 101000 100100110 1100100 11110

Color Harmonies of #880098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880098

Black with #880098

Text Example


Text Example

White with #880098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880098; }

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

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

background-color css

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

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

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

border-color css

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

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

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