Html Css Color HEX #971C92 Dark Magenta

📋 copy color: '#971C92'

red 151 ◦ green 28 ◦ blue 146

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

Shades of Dark Magenta #971C92

Tints of Dark Magenta #971C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.92%

R = 46.46%
G = 8.62%
B = 44.92%

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

#971C92 (or 0x971C92) is known color: Dark Magenta. HEX triplet: 97, 1C and 92. RGB value is (151,28,146). Sum of RGB (Red+Green+Blue) = 151+28+146=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #971C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971C92 is #68E36D. Grayscale: #4D4D4D. Windows color (decimal): -6873966 or 9575575. OLE color: 9575575.

HSL color Cylindrical-coordinate representation of color #971C92: hue angle of 302.44º 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 #971C92 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 28 146 -
CMYK 0 0.81 0.03 0.41
HSL 302.44º 0.69% 0.35% -
HSV(B) 302.44º 0.81% 0.59% -
XYZ 18.37 9.49 28.06 -
YUV 78.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 151 28 146 0 0.81 0.03 0.41 302.44 0.69 0.35
Hex 97 1C 92 0 51 3 29 12E 45 23
Octal 227 34 222 0 121 3 51 456 105 43
Binary 10010111 11100 10010010 0 1010001 11 101001 100101110 1000101 100011

Color Harmonies of #971C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C92

Black with #971C92

Text Example


Text Example

White with #971C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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