#97067D

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

Shades of Dark Magenta #97067D

Tints of Dark Magenta #97067D

Color information

#97067D (or 0x97067D) is unknown color: approx Dark Magenta. HEX triplet: 97, 06 and 7D. RGB value is (151,6,125). Sum of RGB (Red+Green+Blue) = 151+6+125=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #97067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97067D is #68F982. Grayscale: #3E3E3E. Windows color (decimal): -6879619 or 8193687. OLE color: 8193687.

HSL color Cylindrical-coordinate representation of color #97067D: hue angle of 310.76º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #97067D is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB1516125-
CMYK00.960.170.41
HSL310.76º92.36%30.78%-
HSV(B)310.76º96.03%59.22%-
XYZ16.538.1920.11-
YUV62.92163.04190.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.55%
GREEN value IS 6 (2.73% from 255) = 2.13%
BLUE value IS 125 (49.22% from 255) = 44.33%
R=53.55%
G=2.13%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151612500.960.170.41310.7692.3630.78
Hex9767D06011291375c1f
Octal22761750140215146713437
Binary1001011111011111010110000010001101001100110111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97067D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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