Html Css Color HEX #88159E Dark Magenta

📋 copy color: '#88159E'

red 136 ◦ green 21 ◦ blue 158

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

Shades of Dark Magenta #88159E

Tints of Dark Magenta #88159E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

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

R = 43.17%
G = 6.67%
B = 50.16%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#88159E (or 0x88159E) is known color: Dark Magenta. HEX triplet: 88, 15 and 9E. RGB value is (136,21,158). Sum of RGB (Red+Green+Blue) = 136+21+158=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #88159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88159E is #77EA61. Grayscale: #464646. Windows color (decimal): -7858786 or 10360200. OLE color: 10360200.

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

Color convert

RGB 136 21 158 -
CMYK 0.14 0.87 0 0.38
HSL 290.37º 0.77% 0.35% -
HSV(B) 290.37º 0.87% 0.62% -
XYZ 16.59 8.24 33.06 -
YUV 71 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 136 21 158 0.14 0.87 0 0.38 290.37 0.77 0.35
Hex 88 15 9E E 57 0 26 122 4D 23
Octal 210 25 236 16 127 0 46 442 115 43
Binary 10001000 10101 10011110 1110 1010111 0 100110 100100010 1001101 100011

Color Harmonies of #88159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88159E

Black with #88159E

Text Example


Text Example

White with #88159E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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