Html Css Color HEX #9719A0 Dark Magenta

📋 copy color: '#9719A0'

red 151 ◦ green 25 ◦ blue 160

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

Shades of Dark Magenta #9719A0

Tints of Dark Magenta #9719A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.62%

R = 44.94%
G = 7.44%
B = 47.62%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9719A0 (or 0x9719A0) is known color: Dark Magenta. HEX triplet: 97, 19 and A0. RGB value is (151,25,160). Sum of RGB (Red+Green+Blue) = 151+25+160=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #9719A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9719A0 is #68E65F. Grayscale: #4D4D4D. Windows color (decimal): -6874720 or 10492311. OLE color: 10492311.

HSL color Cylindrical-coordinate representation of color #9719A0: hue angle of 296º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9719A0 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 25 160 -
CMYK 0.06 0.84 0 0.37
HSL 296º 0.73% 0.36% -
HSV(B) 296º 0.84% 0.63% -
XYZ 19.46 9.81 34.13 -
YUV 78.06 174.24 180.02 -
System Red Green Blue C M Y K H S L
Decimal 151 25 160 0.06 0.84 0 0.37 296 0.73 0.36
Hex 97 19 A0 6 54 0 25 128 49 24
Octal 227 31 240 6 124 0 45 450 111 44
Binary 10010111 11001 10100000 110 1010100 0 100101 100101000 1001001 100100

Color Harmonies of #9719A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9719A0

Black with #9719A0

Text Example


Text Example

White with #9719A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9719A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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