Html Css Color HEX #9718AC Dark Magenta

📋 copy color: '#9718AC'

red 151 ◦ green 24 ◦ blue 172

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

Shades of Dark Magenta #9718AC

Tints of Dark Magenta #9718AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.57%

R = 43.52%
G = 6.92%
B = 49.57%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9718AC (or 0x9718AC) is known color: Dark Magenta. HEX triplet: 97, 18 and AC. RGB value is (151,24,172). Sum of RGB (Red+Green+Blue) = 151+24+172=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #9718AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9718AC is #68E753. Grayscale: #4E4E4E. Windows color (decimal): -6874964 or 11278487. OLE color: 11278487.

HSL color Cylindrical-coordinate representation of color #9718AC: hue angle of 291.49º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9718AC is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 24 172 -
CMYK 0.12 0.86 0 0.33
HSL 291.49º 0.76% 0.38% -
HSV(B) 291.49º 0.86% 0.67% -
XYZ 20.54 10.21 39.92 -
YUV 78.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 151 24 172 0.12 0.86 0 0.33 291.49 0.76 0.38
Hex 97 18 AC C 56 0 21 123 4C 26
Octal 227 30 254 14 126 0 41 443 114 46
Binary 10010111 11000 10101100 1100 1010110 0 100001 100100011 1001100 100110

Color Harmonies of #9718AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9718AC

Black with #9718AC

Text Example


Text Example

White with #9718AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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