#99069B

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

Shades of Dark Magenta #99069B

Tints of Dark Magenta #99069B

Color information

#99069B (or 0x99069B) is unknown color: approx Dark Magenta. HEX triplet: 99, 06 and 9B. RGB value is (153,6,155). Sum of RGB (Red+Green+Blue) = 153+6+155=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #99069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #99069B is #66F964. Grayscale: #424242. Windows color (decimal): -6748517 or 10159769. OLE color: 10159769.

HSL color Cylindrical-coordinate representation of color #99069B: hue angle of 299.19º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #99069B is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1536155-
CMYK0.010.9600.39
HSL299.19º92.55%31.57%-
HSV(B)299.19º96.13%60.78%-
XYZ19.129.2731.79-
YUV66.94177.7189.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 6 (2.73% from 255) = 1.91%
BLUE value IS 155 (60.94% from 255) = 49.36%
R=48.73%
G=1.91%
B=49.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15361550.010.9600.39299.1992.5531.57
Hex9969B16002712b5d20
Octal2316233114004745313540
Binary10011001110100110111110000001001111001010111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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