Html Css Color HEX #971D9C Dark Magenta

📋 copy color: '#971D9C'

red 151 ◦ green 29 ◦ blue 156

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

Shades of Dark Magenta #971D9C

Tints of Dark Magenta #971D9C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.63%

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 44.94%
G = 8.63%
B = 46.43%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#971D9C (or 0x971D9C) is known color: Dark Magenta. HEX triplet: 97, 1D and 9C. RGB value is (151,29,156). Sum of RGB (Red+Green+Blue) = 151+29+156=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #971D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971D9C is #68E263. Grayscale: #4F4F4F. Windows color (decimal): -6873700 or 10231191. OLE color: 10231191.

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

Color convert

RGB 151 29 156 -
CMYK 0.03 0.81 0 0.39
HSL 297.64º 0.69% 0.36% -
HSV(B) 297.64º 0.81% 0.61% -
XYZ 19.2 9.86 32.34 -
YUV 79.96 170.92 178.67 -
System Red Green Blue C M Y K H S L
Decimal 151 29 156 0.03 0.81 0 0.39 297.64 0.69 0.36
Hex 97 1D 9C 3 51 0 27 12A 45 24
Octal 227 35 234 3 121 0 47 452 105 44
Binary 10010111 11101 10011100 11 1010001 0 100111 100101010 1000101 100100

Color Harmonies of #971D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971D9C

Black with #971D9C

Text Example


Text Example

White with #971D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,29,156); }

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

background-color css

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

 a { background-color: rgb(151,29,156); }

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

border-color css

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

 span { border-color: rgb(151,29,156); }

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