Html Css Color HEX #971C9F Dark Magenta

📋 copy color: '#971C9F'

red 151 ◦ green 28 ◦ blue 159

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

Shades of Dark Magenta #971C9F

Tints of Dark Magenta #971C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 47.04%

R = 44.67%
G = 8.28%
B = 47.04%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#971C9F (or 0x971C9F) is known color: Dark Magenta. HEX triplet: 97, 1C and 9F. RGB value is (151,28,159). Sum of RGB (Red+Green+Blue) = 151+28+159=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #971C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971C9F is #68E360. Grayscale: #4F4F4F. Windows color (decimal): -6873953 or 10427543. OLE color: 10427543.

HSL color Cylindrical-coordinate representation of color #971C9F: hue angle of 296.34º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971C9F is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 28 159 -
CMYK 0.05 0.82 0 0.38
HSL 296.34º 0.7% 0.37% -
HSV(B) 296.34º 0.82% 0.62% -
XYZ 19.44 9.91 33.69 -
YUV 79.71 172.75 178.85 -
System Red Green Blue C M Y K H S L
Decimal 151 28 159 0.05 0.82 0 0.38 296.34 0.7 0.37
Hex 97 1C 9F 5 52 0 26 128 46 25
Octal 227 34 237 5 122 0 46 450 106 45
Binary 10010111 11100 10011111 101 1010010 0 100110 100101000 1000110 100101

Color Harmonies of #971C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C9F

Black with #971C9F

Text Example


Text Example

White with #971C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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