Html Css Color HEX #970299 Dark Magenta

📋 copy color: '#970299'

red 151 ◦ green 2 ◦ blue 153

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

Shades of Dark Magenta #970299

Tints of Dark Magenta #970299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.65%

 BLUE value IS 153 (60.16% from 255) = 50%

R = 49.35%
G = 0.65%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#970299 (or 0x970299) is known color: Dark Magenta. HEX triplet: 97, 02 and 99. RGB value is (151,2,153). Sum of RGB (Red+Green+Blue) = 151+2+153=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #970299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970299 is #68FD66. Grayscale: #3F3F3F. Windows color (decimal): -6880615 or 10027671. OLE color: 10027671.

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

Color convert

RGB 151 2 153 -
CMYK 0.01 0.99 0 0.4
HSL 299.21º 0.97% 0.3% -
HSV(B) 299.21º 0.99% 0.6% -
XYZ 18.53 8.92 30.88 -
YUV 63.77 178.36 190.22 -
System Red Green Blue C M Y K H S L
Decimal 151 2 153 0.01 0.99 0 0.4 299.21 0.97 0.3
Hex 97 2 99 1 63 0 28 12B 61 1E
Octal 227 2 231 1 143 0 50 453 141 36
Binary 10010111 10 10011001 1 1100011 0 101000 100101011 1100001 11110

Color Harmonies of #970299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970299

Black with #970299

Text Example


Text Example

White with #970299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970299; }

 p { color: rgb(151,2,153); }

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

background-color css

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

 a { background-color: rgb(151,2,153); }

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

border-color css

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

 span { border-color: rgb(151,2,153); }

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