Html Css Color HEX #970189 Dark Magenta

📋 copy color: '#970189'

red 151 ◦ green 1 ◦ blue 137

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

Shades of Dark Magenta #970189

Tints of Dark Magenta #970189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 52.25%
G = 0.35%
B = 47.4%

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

#970189 (or 0x970189) is known color: Dark Magenta. HEX triplet: 97, 01 and 89. RGB value is (151,1,137). Sum of RGB (Red+Green+Blue) = 151+1+137=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #970189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970189 is #68FE76. Grayscale: #3C3C3C. Windows color (decimal): -6880887 or 8978839. OLE color: 8978839.

HSL color Cylindrical-coordinate representation of color #970189: hue angle of 305.6º degrees, saturation: 0.99, 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 #970189 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 1 137 -
CMYK 0 0.99 0.09 0.41
HSL 305.6º 0.99% 0.3% -
HSV(B) 305.6º 0.99% 0.59% -
XYZ 17.29 8.41 24.38 -
YUV 61.35 170.7 191.94 -
System Red Green Blue C M Y K H S L
Decimal 151 1 137 0 0.99 0.09 0.41 305.6 0.99 0.3
Hex 97 1 89 0 63 9 29 132 63 1E
Octal 227 1 211 0 143 11 51 462 143 36
Binary 10010111 1 10001001 0 1100011 1001 101001 100110010 1100011 11110

Color Harmonies of #970189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970189

Black with #970189

Text Example


Text Example

White with #970189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970189; }

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

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

background-color css

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

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

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

border-color css

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

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

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