Html Css Color HEX #9414AD Dark Magenta

📋 copy color: '#9414AD'

red 148 ◦ green 20 ◦ blue 173

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

Shades of Dark Magenta #9414AD

Tints of Dark Magenta #9414AD

RGB

 RED value IS 148 (58.2% from 255) = 43.4%

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

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 43.4%
G = 5.87%
B = 50.73%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9414AD (or 0x9414AD) is known color: Dark Magenta. HEX triplet: 94, 14 and AD. RGB value is (148,20,173). Sum of RGB (Red+Green+Blue) = 148+20+173=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #9414AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9414AD is #6BEB52. Grayscale: #4B4B4B. Windows color (decimal): -7072595 or 11342996. OLE color: 11342996.

HSL color Cylindrical-coordinate representation of color #9414AD: hue angle of 290.2º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9414AD is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 20 173 -
CMYK 0.14 0.88 0 0.32
HSL 290.2º 0.79% 0.38% -
HSV(B) 290.2º 0.88% 0.68% -
XYZ 20.01 9.81 40.37 -
YUV 75.71 182.91 179.56 -
System Red Green Blue C M Y K H S L
Decimal 148 20 173 0.14 0.88 0 0.32 290.2 0.79 0.38
Hex 94 14 AD E 58 0 20 122 4F 26
Octal 224 24 255 16 130 0 40 442 117 46
Binary 10010100 10100 10101101 1110 1011000 0 100000 100100010 1001111 100110

Color Harmonies of #9414AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9414AD

Black with #9414AD

Text Example


Text Example

White with #9414AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9414AD; }

 p { color: rgb(148,20,173); }

 H1.HeaderClassName
 {
   color: #9414AD;
 }
 .AnyTagClassName
 {
   color: #9414AD;
 }
</style>

background-color css

<style>
 a { background-color: #9414AD; }

 a { background-color: rgb(148,20,173); }

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

border-color css

<style>
 span { border-color: #9414AD; }

 span { border-color: rgb(148,20,173); }

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