Html Css Color HEX #971C93 Dark Magenta

📋 copy color: '#971C93'

red 151 ◦ green 28 ◦ blue 147

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

Shades of Dark Magenta #971C93

Tints of Dark Magenta #971C93

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.59%

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 46.32%
G = 8.59%
B = 45.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#971C93 (or 0x971C93) is known color: Dark Magenta. HEX triplet: 97, 1C and 93. RGB value is (151,28,147). Sum of RGB (Red+Green+Blue) = 151+28+147=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #971C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971C93 is #68E36C. Grayscale: #4D4D4D. Windows color (decimal): -6873965 or 9641111. OLE color: 9641111.

HSL color Cylindrical-coordinate representation of color #971C93: hue angle of 301.95º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #971C93 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 28 147 -
CMYK 0 0.81 0.03 0.41
HSL 301.95º 0.69% 0.35% -
HSV(B) 301.95º 0.81% 0.59% -
XYZ 18.44 9.52 28.47 -
YUV 78.34 166.75 179.82 -
System Red Green Blue C M Y K H S L
Decimal 151 28 147 0 0.81 0.03 0.41 301.95 0.69 0.35
Hex 97 1C 93 0 51 3 29 12E 45 23
Octal 227 34 223 0 121 3 51 456 105 43
Binary 10010111 11100 10010011 0 1010001 11 101001 100101110 1000101 100011

Color Harmonies of #971C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C93

Black with #971C93

Text Example


Text Example

White with #971C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971C93; }

 p { color: rgb(151,28,147); }

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

background-color css

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

 a { background-color: rgb(151,28,147); }

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

border-color css

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

 span { border-color: rgb(151,28,147); }

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