Html Css Color HEX #971395 Dark Magenta

📋 copy color: '#971395'

red 151 ◦ green 19 ◦ blue 149

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

Shades of Dark Magenta #971395

Tints of Dark Magenta #971395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.96%

 BLUE value IS 149 (58.59% from 255) = 46.71%

R = 47.34%
G = 5.96%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#971395 (or 0x971395) is known color: Dark Magenta. HEX triplet: 97, 13 and 95. RGB value is (151,19,149). Sum of RGB (Red+Green+Blue) = 151+19+149=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #971395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971395 is #68EC6A. Grayscale: #484848. Windows color (decimal): -6876267 or 9769879. OLE color: 9769879.

HSL color Cylindrical-coordinate representation of color #971395: hue angle of 300.91º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971395 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 19 149 -
CMYK 0 0.87 0.01 0.41
HSL 300.91º 0.78% 0.33% -
HSV(B) 300.91º 0.87% 0.59% -
XYZ 18.42 9.21 29.24 -
YUV 73.29 170.73 183.43 -
System Red Green Blue C M Y K H S L
Decimal 151 19 149 0 0.87 0.01 0.41 300.91 0.78 0.33
Hex 97 13 95 0 57 1 29 12D 4E 21
Octal 227 23 225 0 127 1 51 455 116 41
Binary 10010111 10011 10010101 0 1010111 1 101001 100101101 1001110 100001

Color Harmonies of #971395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971395

Black with #971395

Text Example


Text Example

White with #971395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971395; }

 p { color: rgb(151,19,149); }

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

background-color css

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

 a { background-color: rgb(151,19,149); }

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

border-color css

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

 span { border-color: rgb(151,19,149); }

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