#97069F

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

Shades of Dark Magenta #97069F

Tints of Dark Magenta #97069F

Color information

#97069F (or 0x97069F) is unknown color: approx Dark Magenta. HEX triplet: 97, 06 and 9F. RGB value is (151,6,159). Sum of RGB (Red+Green+Blue) = 151+6+159=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #97069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97069F is #68F960. Grayscale: #424242. Windows color (decimal): -6879585 or 10421911. OLE color: 10421911.

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

Color convert

RGB1516159-
CMYK0.050.9600.38
HSL296.86º92.73%32.35%-
HSV(B)296.86º96.23%62.35%-
XYZ19.099.2133.57-
YUV66.8180.04188.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 47.78%
GREEN value IS 6 (2.73% from 255) = 1.90%
BLUE value IS 159 (62.5% from 255) = 50.32%
R=47.78%
G=1.90%
B=50.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15161590.050.9600.38296.8692.7332.35
Hex9769F5600261295d20
Octal2276237514004645113540
Binary1001011111010011111101110000001001101001010011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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