#970398

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

Shades of Dark Magenta #970398

Tints of Dark Magenta #970398

Color information

#970398 (or 0x970398) is unknown color: approx Dark Magenta. HEX triplet: 97, 03 and 98. RGB value is (151,3,152). Sum of RGB (Red+Green+Blue) = 151+3+152=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #970398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970398 is #68FC67. Grayscale: #3F3F3F. Windows color (decimal): -6880360 or 9962391. OLE color: 9962391.

HSL color Cylindrical-coordinate representation of color #970398: hue angle of 299.6º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970398 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1513152-
CMYK0.010.9800.40
HSL299.6º96.13%30.39%-
HSV(B)299.6º98.03%59.61%-
XYZ18.468.9130.45-
YUV64.24177.53189.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.35%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 152 (59.77% from 255) = 49.67%
R=49.35%
G=0.98%
B=49.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15131520.010.9800.40299.696.1330.39
Hex9739816202812c601e
Octal2273230114205045414036
Binary100101111110011000111000100101000100101100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970398; }

 p { color: rgb(151,3,152); }

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

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

 a { background-color: rgb(151,3,152); }

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

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

 span { border-color: rgb(151,3,152); }

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