Html Css Color HEX #971098 Dark Magenta

📋 copy color: '#971098'

red 151 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #971098

Tints of Dark Magenta #971098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.65%

R = 47.34%
G = 5.02%
B = 47.65%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#971098 (or 0x971098) is known color: Dark Magenta. HEX triplet: 97, 10 and 98. RGB value is (151,16,152). Sum of RGB (Red+Green+Blue) = 151+16+152=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #971098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971098 is #68EF67. Grayscale: #474747. Windows color (decimal): -6877032 or 9965719. OLE color: 9965719.

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

Color convert

RGB 151 16 152 -
CMYK 0.01 0.89 0 0.40
HSL 299.56º 0.81% 0.33% -
HSV(B) 299.56º 0.89% 0.6% -
XYZ 18.62 9.22 30.5 -
YUV 71.87 173.23 184.44 -
System Red Green Blue C M Y K H S L
Decimal 151 16 152 0.01 0.89 0 0.40 299.56 0.81 0.33
Hex 97 10 98 1 59 0 28 12C 51 21
Octal 227 20 230 1 131 0 50 454 121 41
Binary 10010111 10000 10011000 1 1011001 0 101000 100101100 1010001 100001

Color Harmonies of #971098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971098

Black with #971098

Text Example


Text Example

White with #971098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971098; }

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

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

background-color css

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

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

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

border-color css

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

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

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