Html Css Color HEX #9814AC Dark Magenta

📋 copy color: '#9814AC'

red 152 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #9814AC

Tints of Dark Magenta #9814AC

RGB

 RED value IS 152 (59.77% from 255) = 44.19%

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

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

R = 44.19%
G = 5.81%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9814AC (or 0x9814AC) is known color: Dark Magenta. HEX triplet: 98, 14 and AC. RGB value is (152,20,172). Sum of RGB (Red+Green+Blue) = 152+20+172=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #9814AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9814AC is #67EB53. Grayscale: #4C4C4C. Windows color (decimal): -6810452 or 11277464. OLE color: 11277464.

HSL color Cylindrical-coordinate representation of color #9814AC: hue angle of 292.11º 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 #9814AC is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 20 172 -
CMYK 0.12 0.88 0 0.33
HSL 292.11º 0.79% 0.38% -
HSV(B) 292.11º 0.88% 0.67% -
XYZ 20.65 10.15 39.9 -
YUV 76.8 181.73 181.64 -
System Red Green Blue C M Y K H S L
Decimal 152 20 172 0.12 0.88 0 0.33 292.11 0.79 0.38
Hex 98 14 AC C 58 0 21 124 4F 26
Octal 230 24 254 14 130 0 41 444 117 46
Binary 10011000 10100 10101100 1100 1011000 0 100001 100100100 1001111 100110

Color Harmonies of #9814AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9814AC

Black with #9814AC

Text Example


Text Example

White with #9814AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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