Html Css Color HEX #971898 Dark Magenta

📋 copy color: '#971898'

red 151 ◦ green 24 ◦ blue 152

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

Shades of Dark Magenta #971898

Tints of Dark Magenta #971898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

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

R = 46.18%
G = 7.34%
B = 46.48%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#971898 (or 0x971898) is known color: Dark Magenta. HEX triplet: 97, 18 and 98. RGB value is (151,24,152). Sum of RGB (Red+Green+Blue) = 151+24+152=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 152 - color contains mainly: blue. Hex color #971898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971898 is #68E767. Grayscale: #4C4C4C. Windows color (decimal): -6874984 or 9967767. OLE color: 9967767.

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

Color convert

RGB 151 24 152 -
CMYK 0.01 0.84 0 0.40
HSL 299.53º 0.73% 0.35% -
HSV(B) 299.53º 0.84% 0.6% -
XYZ 18.76 9.5 30.55 -
YUV 76.57 170.58 181.09 -
System Red Green Blue C M Y K H S L
Decimal 151 24 152 0.01 0.84 0 0.40 299.53 0.73 0.35
Hex 97 18 98 1 54 0 28 12C 49 23
Octal 227 30 230 1 124 0 50 454 111 43
Binary 10010111 11000 10011000 1 1010100 0 101000 100101100 1001001 100011

Color Harmonies of #971898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971898

Black with #971898

Text Example


Text Example

White with #971898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971898; }

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

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

background-color css

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

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

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

border-color css

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

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

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