Html Css Color HEX #88089E Dark Magenta

📋 copy color: '#88089E'

red 136 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #88089E

Tints of Dark Magenta #88089E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.32%

R = 45.03%
G = 2.65%
B = 52.32%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88089E (or 0x88089E) is known color: Dark Magenta. HEX triplet: 88, 08 and 9E. RGB value is (136,8,158). Sum of RGB (Red+Green+Blue) = 136+8+158=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #88089E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88089E is #77F761. Grayscale: #3E3E3E. Windows color (decimal): -7862114 or 10356872. OLE color: 10356872.

HSL color Cylindrical-coordinate representation of color #88089E: hue angle of 291.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88089E is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 8 158 -
CMYK 0.14 0.95 0 0.38
HSL 291.2º 0.9% 0.33% -
HSV(B) 291.2º 0.95% 0.62% -
XYZ 16.41 7.88 33 -
YUV 63.37 181.41 179.8 -
System Red Green Blue C M Y K H S L
Decimal 136 8 158 0.14 0.95 0 0.38 291.2 0.9 0.33
Hex 88 8 9E E 5F 0 26 123 5A 21
Octal 210 10 236 16 137 0 46 443 132 41
Binary 10001000 1000 10011110 1110 1011111 0 100110 100100011 1011010 100001

Color Harmonies of #88089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88089E

Black with #88089E

Text Example


Text Example

White with #88089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88089E; }

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

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

background-color css

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

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

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

border-color css

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

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

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