Html Css Color HEX #9914AC Dark Magenta

📋 copy color: '#9914AC'

red 153 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #9914AC

Tints of Dark Magenta #9914AC

RGB

 RED value IS 153 (60.16% from 255) = 44.35%

 GREEN value IS 20 (8.2% from 255) = 5.8%

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

R = 44.35%
G = 5.8%
B = 49.86%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9914AC (or 0x9914AC) is known color: Dark Magenta. HEX triplet: 99, 14 and AC. RGB value is (153,20,172). Sum of RGB (Red+Green+Blue) = 153+20+172=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #9914AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9914AC is #66EB53. Grayscale: #4C4C4C. Windows color (decimal): -6744916 or 11277465. OLE color: 11277465.

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

Color convert

RGB 153 20 172 -
CMYK 0.11 0.88 0 0.33
HSL 292.5º 0.79% 0.38% -
HSV(B) 292.5º 0.88% 0.67% -
XYZ 20.83 10.25 39.91 -
YUV 77.1 181.56 182.14 -
System Red Green Blue C M Y K H S L
Decimal 153 20 172 0.11 0.88 0 0.33 292.5 0.79 0.38
Hex 99 14 AC B 58 0 21 124 4F 26
Octal 231 24 254 13 130 0 41 444 117 46
Binary 10011001 10100 10101100 1011 1011000 0 100001 100100100 1001111 100110

Color Harmonies of #9914AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9914AC

Black with #9914AC

Text Example


Text Example

White with #9914AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,20,172); }

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

background-color css

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

 a { background-color: rgb(153,20,172); }

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

border-color css

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

 span { border-color: rgb(153,20,172); }

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