Html Css Color HEX #9718A0 Dark Magenta

📋 copy color: '#9718A0'

red 151 ◦ green 24 ◦ blue 160

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

Shades of Dark Magenta #9718A0

Tints of Dark Magenta #9718A0

RGB

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

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

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

R = 45.07%
G = 7.16%
B = 47.76%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9718A0 (or 0x9718A0) is known color: Dark Magenta. HEX triplet: 97, 18 and A0. RGB value is (151,24,160). Sum of RGB (Red+Green+Blue) = 151+24+160=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #9718A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9718A0 is #68E75F. Grayscale: #4D4D4D. Windows color (decimal): -6874976 or 10492055. OLE color: 10492055.

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

Color convert

RGB 151 24 160 -
CMYK 0.06 0.85 0 0.37
HSL 296.03º 0.74% 0.36% -
HSV(B) 296.03º 0.85% 0.63% -
XYZ 19.43 9.77 34.12 -
YUV 77.48 174.58 180.44 -
System Red Green Blue C M Y K H S L
Decimal 151 24 160 0.06 0.85 0 0.37 296.03 0.74 0.36
Hex 97 18 A0 6 55 0 25 128 4A 24
Octal 227 30 240 6 125 0 45 450 112 44
Binary 10010111 11000 10100000 110 1010101 0 100101 100101000 1001010 100100

Color Harmonies of #9718A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9718A0

Black with #9718A0

Text Example


Text Example

White with #9718A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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