Html Css Color HEX #970998 Dark Magenta

📋 copy color: '#970998'

red 151 ◦ green 9 ◦ blue 152

#970998
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #970998

Tints of Dark Magenta #970998

RGB

 RED value IS 151 (59.38% from 255) = 48.4%

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 152 (59.77% from 255) = 48.72%

R = 48.4%
G = 2.88%
B = 48.72%

CMYK

 C value IS 0.01

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#970998 (or 0x970998) is known color: Dark Magenta. HEX triplet: 97, 09 and 98. RGB value is (151,9,152). Sum of RGB (Red+Green+Blue) = 151+9+152=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #970998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970998 is #68F667. Grayscale: #434343. Windows color (decimal): -6878824 or 9963927. OLE color: 9963927.

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

Color convert

RGB 151 9 152 -
CMYK 0.01 0.94 0 0.40
HSL 299.58º 0.89% 0.32% -
HSV(B) 299.58º 0.94% 0.6% -
XYZ 18.53 9.04 30.47 -
YUV 67.76 175.54 187.37 -
System Red Green Blue C M Y K H S L
Decimal 151 9 152 0.01 0.94 0 0.40 299.58 0.89 0.32
Hex 97 9 98 1 5E 0 28 12C 59 20
Octal 227 11 230 1 136 0 50 454 131 40
Binary 10010111 1001 10011000 1 1011110 0 101000 100101100 1011001 100000

Color Harmonies of #970998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970998

Black with #970998

Text Example


Text Example

White with #970998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970998; }

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

 H1.HeaderClassName
 {
   color: #970998;
 }
 .AnyTagClassName
 {
   color: #970998;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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