Html Css Color HEX #971095 Dark Magenta

📋 copy color: '#971095'

red 151 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #971095

Tints of Dark Magenta #971095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.06%

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

R = 47.78%
G = 5.06%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#971095 (or 0x971095) is known color: Dark Magenta. HEX triplet: 97, 10 and 95. RGB value is (151,16,149). Sum of RGB (Red+Green+Blue) = 151+16+149=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #971095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971095 is #68EF6A. Grayscale: #474747. Windows color (decimal): -6877035 or 9769111. OLE color: 9769111.

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

Color convert

RGB 151 16 149 -
CMYK 0 0.89 0.01 0.41
HSL 300.89º 0.81% 0.33% -
HSV(B) 300.89º 0.89% 0.59% -
XYZ 18.37 9.12 29.23 -
YUV 71.53 171.73 184.69 -
System Red Green Blue C M Y K H S L
Decimal 151 16 149 0 0.89 0.01 0.41 300.89 0.81 0.33
Hex 97 10 95 0 59 1 29 12D 51 21
Octal 227 20 225 0 131 1 51 455 121 41
Binary 10010111 10000 10010101 0 1011001 1 101001 100101101 1010001 100001

Color Harmonies of #971095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971095

Black with #971095

Text Example


Text Example

White with #971095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971095; }

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

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

background-color css

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

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

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

border-color css

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

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

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