Html Css Color HEX #971B9E Dark Magenta

📋 copy color: '#971B9E'

red 151 ◦ green 27 ◦ blue 158

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

Shades of Dark Magenta #971B9E

Tints of Dark Magenta #971B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.02%

R = 44.94%
G = 8.04%
B = 47.02%

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

#971B9E (or 0x971B9E) is known color: Dark Magenta. HEX triplet: 97, 1B and 9E. RGB value is (151,27,158). Sum of RGB (Red+Green+Blue) = 151+27+158=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #971B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971B9E is #68E461. Grayscale: #4E4E4E. Windows color (decimal): -6874210 or 10361751. OLE color: 10361751.

HSL color Cylindrical-coordinate representation of color #971B9E: hue angle of 296.79º 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 #971B9E is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 27 158 -
CMYK 0.04 0.83 0 0.38
HSL 296.79º 0.71% 0.36% -
HSV(B) 296.79º 0.83% 0.62% -
XYZ 19.33 9.83 33.23 -
YUV 79.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 151 27 158 0.04 0.83 0 0.38 296.79 0.71 0.36
Hex 97 1B 9E 4 53 0 26 129 47 24
Octal 227 33 236 4 123 0 46 451 107 44
Binary 10010111 11011 10011110 100 1010011 0 100110 100101001 1000111 100100

Color Harmonies of #971B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B9E

Black with #971B9E

Text Example


Text Example

White with #971B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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