Html Css Color HEX #971BA5 Dark Magenta

📋 copy color: '#971BA5'

red 151 ◦ green 27 ◦ blue 165

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

Shades of Dark Magenta #971BA5

Tints of Dark Magenta #971BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.1%

R = 44.02%
G = 7.87%
B = 48.1%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#971BA5 (or 0x971BA5) is known color: Dark Magenta. HEX triplet: 97, 1B and A5. RGB value is (151,27,165). Sum of RGB (Red+Green+Blue) = 151+27+165=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #971BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971BA5 is #68E45A. Grayscale: #4F4F4F. Windows color (decimal): -6874203 or 10820503. OLE color: 10820503.

HSL color Cylindrical-coordinate representation of color #971BA5: hue angle of 293.91º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #971BA5 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 27 165 -
CMYK 0.08 0.84 0 0.35
HSL 293.91º 0.72% 0.38% -
HSV(B) 293.91º 0.84% 0.65% -
XYZ 19.95 10.08 36.49 -
YUV 79.81 176.08 178.78 -
System Red Green Blue C M Y K H S L
Decimal 151 27 165 0.08 0.84 0 0.35 293.91 0.72 0.38
Hex 97 1B A5 8 54 0 23 126 48 26
Octal 227 33 245 10 124 0 43 446 110 46
Binary 10010111 11011 10100101 1000 1010100 0 100011 100100110 1001000 100110

Color Harmonies of #971BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971BA5

Black with #971BA5

Text Example


Text Example

White with #971BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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