Html Css Color HEX #971089 Dark Magenta

📋 copy color: '#971089'

red 151 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #971089

Tints of Dark Magenta #971089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 49.67%
G = 5.26%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#971089 (or 0x971089) is known color: Dark Magenta. HEX triplet: 97, 10 and 89. RGB value is (151,16,137). Sum of RGB (Red+Green+Blue) = 151+16+137=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #971089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971089 is #68EF76. Grayscale: #454545. Windows color (decimal): -6877047 or 8982679. OLE color: 8982679.

HSL color Cylindrical-coordinate representation of color #971089: hue angle of 306.22º 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 #971089 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 137 -
CMYK 0 0.89 0.09 0.41
HSL 306.22º 0.81% 0.33% -
HSV(B) 306.22º 0.89% 0.59% -
XYZ 17.46 8.76 24.44 -
YUV 70.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 151 16 137 0 0.89 0.09 0.41 306.22 0.81 0.33
Hex 97 10 89 0 59 9 29 132 51 21
Octal 227 20 211 0 131 11 51 462 121 41
Binary 10010111 10000 10001001 0 1011001 1001 101001 100110010 1010001 100001

Color Harmonies of #971089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971089

Black with #971089

Text Example


Text Example

White with #971089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971089; }

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

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

background-color css

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

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

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

border-color css

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

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

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