Html Css Color HEX #971B9D Dark Magenta

📋 copy color: '#971B9D'

red 151 ◦ green 27 ◦ blue 157

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

Shades of Dark Magenta #971B9D

Tints of Dark Magenta #971B9D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.06%

 BLUE value IS 157 (61.72% from 255) = 46.87%

R = 45.07%
G = 8.06%
B = 46.87%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#971B9D (or 0x971B9D) is known color: Dark Magenta. HEX triplet: 97, 1B and 9D. RGB value is (151,27,157). Sum of RGB (Red+Green+Blue) = 151+27+157=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #971B9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971B9D is #68E462. Grayscale: #4E4E4E. Windows color (decimal): -6874211 or 10296215. OLE color: 10296215.

HSL color Cylindrical-coordinate representation of color #971B9D: hue angle of 297.23º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971B9D is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 27 157 -
CMYK 0.04 0.83 0 0.38
HSL 297.23º 0.71% 0.36% -
HSV(B) 297.23º 0.83% 0.62% -
XYZ 19.24 9.8 32.78 -
YUV 78.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 151 27 157 0.04 0.83 0 0.38 297.23 0.71 0.36
Hex 97 1B 9D 4 53 0 26 129 47 24
Octal 227 33 235 4 123 0 46 451 107 44
Binary 10010111 11011 10011101 100 1010011 0 100110 100101001 1000111 100100

Color Harmonies of #971B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B9D

Black with #971B9D

Text Example


Text Example

White with #971B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,27,157); }

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

background-color css

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

 a { background-color: rgb(151,27,157); }

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

border-color css

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

 span { border-color: rgb(151,27,157); }

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