Html Css Color HEX #970289 Dark Magenta

📋 copy color: '#970289'

red 151 ◦ green 2 ◦ blue 137

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

Shades of Dark Magenta #970289

Tints of Dark Magenta #970289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.24%

R = 52.07%
G = 0.69%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#970289 (or 0x970289) is known color: Dark Magenta. HEX triplet: 97, 02 and 89. RGB value is (151,2,137). Sum of RGB (Red+Green+Blue) = 151+2+137=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #970289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970289 is #68FD76. Grayscale: #3D3D3D. Windows color (decimal): -6880631 or 8979095. OLE color: 8979095.

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

Color convert

RGB 151 2 137 -
CMYK 0 0.99 0.09 0.41
HSL 305.64º 0.97% 0.3% -
HSV(B) 305.64º 0.99% 0.59% -
XYZ 17.3 8.43 24.38 -
YUV 61.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 151 2 137 0 0.99 0.09 0.41 305.64 0.97 0.3
Hex 97 2 89 0 63 9 29 132 61 1E
Octal 227 2 211 0 143 11 51 462 141 36
Binary 10010111 10 10001001 0 1100011 1001 101001 100110010 1100001 11110

Color Harmonies of #970289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970289

Black with #970289

Text Example


Text Example

White with #970289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970289; }

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

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

background-color css

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

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

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

border-color css

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

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

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