#99087F

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

Shades of Dark Magenta #99087F

Tints of Dark Magenta #99087F

Color information

#99087F (or 0x99087F) is unknown color: approx Dark Magenta. HEX triplet: 99, 08 and 7F. RGB value is (153,8,127). Sum of RGB (Red+Green+Blue) = 153+8+127=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #99087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99087F is #66F780. Grayscale: #404040. Windows color (decimal): -6748033 or 8325273. OLE color: 8325273.

HSL color Cylindrical-coordinate representation of color #99087F: hue angle of 310.76º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99087F is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB1538127-
CMYK00.950.170.4
HSL310.76º90.06%31.57%-
HSV(B)310.76º94.77%60%-
XYZ17.058.4820.82-
YUV64.92163.04190.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 8 (3.52% from 255) = 2.78%
BLUE value IS 127 (50% from 255) = 44.10%
R=53.12%
G=2.78%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153812700.950.170.4310.7690.0631.57
Hex9987F05F11281375a20
Octal231101770137215046713240
Binary100110011000111111101011111100011010001001101111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99087F; }

 p { color: rgb(153,8,127); }

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

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

 a { background-color: rgb(153,8,127); }

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

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

 span { border-color: rgb(153,8,127); }

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