#99069F

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

Shades of Dark Magenta #99069F

Tints of Dark Magenta #99069F

Color information

#99069F (or 0x99069F) is unknown color: approx Dark Magenta. HEX triplet: 99, 06 and 9F. RGB value is (153,6,159). Sum of RGB (Red+Green+Blue) = 153+6+159=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #99069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99069F is #66F960. Grayscale: #424242. Windows color (decimal): -6748513 or 10421913. OLE color: 10421913.

HSL color Cylindrical-coordinate representation of color #99069F: hue angle of 297.65º 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 #99069F is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1536159-
CMYK0.040.9600.38
HSL297.65º92.73%32.35%-
HSV(B)297.65º96.23%62.35%-
XYZ19.469.4133.59-
YUV67.4179.7189.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 159 (62.5% from 255) = 50%
R=48.11%
G=1.89%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15361590.040.9600.38297.6592.7332.35
Hex9969F46002612a5d20
Octal2316237414004645213540
Binary1001100111010011111100110000001001101001010101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,6,159); }

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

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

 a { background-color: rgb(153,6,159); }

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

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

 span { border-color: rgb(153,6,159); }

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