#97069B

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

Shades of Dark Magenta #97069B

Tints of Dark Magenta #97069B

Color information

#97069B (or 0x97069B) is unknown color: approx Dark Magenta. HEX triplet: 97, 06 and 9B. RGB value is (151,6,155). Sum of RGB (Red+Green+Blue) = 151+6+155=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #97069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #97069B is #68F964. Grayscale: #414141. Windows color (decimal): -6879589 or 10159767. OLE color: 10159767.

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

Color convert

RGB1516155-
CMYK0.030.9600.39
HSL298.39º92.55%31.57%-
HSV(B)298.39º96.13%60.78%-
XYZ18.749.0831.77-
YUV66.34178.04188.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.40%
GREEN value IS 6 (2.73% from 255) = 1.92%
BLUE value IS 155 (60.94% from 255) = 49.68%
R=48.40%
G=1.92%
B=49.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15161550.030.9600.39298.3992.5531.57
Hex9769B36002712a5d20
Octal2276233314004745213540
Binary100101111101001101111110000001001111001010101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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