#88069D

Color #88069D Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #88069D

Tints of Dark Magenta #88069D

Color information

#88069D (or 0x88069D) is unknown color: approx Dark Magenta. HEX triplet: 88, 06 and 9D. RGB value is (136,6,157). Sum of RGB (Red+Green+Blue) = 136+6+157=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #88069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88069D is #77F962. Grayscale: #3D3D3D. Windows color (decimal): -7862627 or 10290824. OLE color: 10290824.

HSL color Cylindrical-coordinate representation of color #88069D: hue angle of 291.66º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88069D is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1366157-
CMYK0.130.9600.38
HSL291.66º92.64%31.96%-
HSV(B)291.66º96.18%61.57%-
XYZ16.37.832.54-
YUV62.08181.57180.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 6 (2.73% from 255) = 2.01%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=45.48%
G=2.01%
B=52.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13661570.130.9600.38291.6692.6431.96
Hex8869DD600261245d20
Octal21062351514004644413540
Binary10001000110100111011101110000001001101001001001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88069D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88069D; }

 p { color: rgb(136,6,157); }

 H1.HeaderClassName
 {
   color: #88069D;
 }
 .AnyTagClassName
 {
   color: #88069D;
 }
</style>
background-color css

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

 a { background-color: rgb(136,6,157); }

 div.DivClassName
 {
   background-color: #88069D;
 }
 .BgClassName
 {
   background-color: #88069D;
 }
</style>
border-color css

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

 span { border-color: rgb(136,6,157); }

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