Html Css Color HEX #971993 Dark Magenta

📋 copy color: '#971993'

red 151 ◦ green 25 ◦ blue 147

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

Shades of Dark Magenta #971993

Tints of Dark Magenta #971993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.74%

 BLUE value IS 147 (57.81% from 255) = 45.51%

R = 46.75%
G = 7.74%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#971993 (or 0x971993) is known color: Dark Magenta. HEX triplet: 97, 19 and 93. RGB value is (151,25,147). Sum of RGB (Red+Green+Blue) = 151+25+147=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 147 (57.81% from 255 or 45.51% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #971993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971993 is #68E66C. Grayscale: #4C4C4C. Windows color (decimal): -6874733 or 9640343. OLE color: 9640343.

HSL color Cylindrical-coordinate representation of color #971993: hue angle of 301.9º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971993 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 25 147 -
CMYK 0 0.83 0.03 0.41
HSL 301.9º 0.72% 0.35% -
HSV(B) 301.9º 0.83% 0.59% -
XYZ 18.38 9.38 28.45 -
YUV 76.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 151 25 147 0 0.83 0.03 0.41 301.9 0.72 0.35
Hex 97 19 93 0 53 3 29 12E 48 23
Octal 227 31 223 0 123 3 51 456 110 43
Binary 10010111 11001 10010011 0 1010011 11 101001 100101110 1001000 100011

Color Harmonies of #971993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971993

Black with #971993

Text Example


Text Example

White with #971993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971993; }

 p { color: rgb(151,25,147); }

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

background-color css

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

 a { background-color: rgb(151,25,147); }

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

border-color css

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

 span { border-color: rgb(151,25,147); }

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