Html Css Color HEX #971990 Dark Magenta

📋 copy color: '#971990'

red 151 ◦ green 25 ◦ blue 144

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

Shades of Dark Magenta #971990

Tints of Dark Magenta #971990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.81%

 BLUE value IS 144 (56.64% from 255) = 45%

R = 47.19%
G = 7.81%
B = 45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#971990 (or 0x971990) is known color: Dark Magenta. HEX triplet: 97, 19 and 90. RGB value is (151,25,144). Sum of RGB (Red+Green+Blue) = 151+25+144=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #971990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971990 is #68E66F. Grayscale: #4B4B4B. Windows color (decimal): -6874736 or 9443735. OLE color: 9443735.

HSL color Cylindrical-coordinate representation of color #971990: hue angle of 303.33º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971990 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 25 144 -
CMYK 0 0.83 0.05 0.41
HSL 303.33º 0.72% 0.35% -
HSV(B) 303.33º 0.83% 0.59% -
XYZ 18.14 9.29 27.22 -
YUV 76.24 166.24 181.32 -
System Red Green Blue C M Y K H S L
Decimal 151 25 144 0 0.83 0.05 0.41 303.33 0.72 0.35
Hex 97 19 90 0 53 5 29 12F 48 23
Octal 227 31 220 0 123 5 51 457 110 43
Binary 10010111 11001 10010000 0 1010011 101 101001 100101111 1001000 100011

Color Harmonies of #971990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971990

Black with #971990

Text Example


Text Example

White with #971990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971990; }

 p { color: rgb(151,25,144); }

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

background-color css

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

 a { background-color: rgb(151,25,144); }

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

border-color css

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

 span { border-color: rgb(151,25,144); }

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