Html Css Color HEX #9415AD Dark Magenta

📋 copy color: '#9415AD'

red 148 ◦ green 21 ◦ blue 173

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

Shades of Dark Magenta #9415AD

Tints of Dark Magenta #9415AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.14%

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

R = 43.27%
G = 6.14%
B = 50.58%

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

#9415AD (or 0x9415AD) is known color: Dark Magenta. HEX triplet: 94, 15 and AD. RGB value is (148,21,173). Sum of RGB (Red+Green+Blue) = 148+21+173=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #9415AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9415AD is #6BEA52. Grayscale: #4B4B4B. Windows color (decimal): -7072339 or 11343252. OLE color: 11343252.

HSL color Cylindrical-coordinate representation of color #9415AD: hue angle of 290.13º degrees, saturation: 0.78, 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 #9415AD is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 21 173 -
CMYK 0.14 0.88 0 0.32
HSL 290.13º 0.78% 0.38% -
HSV(B) 290.13º 0.88% 0.68% -
XYZ 20.02 9.85 40.38 -
YUV 76.3 182.58 179.14 -
System Red Green Blue C M Y K H S L
Decimal 148 21 173 0.14 0.88 0 0.32 290.13 0.78 0.38
Hex 94 15 AD E 58 0 20 122 4E 26
Octal 224 25 255 16 130 0 40 442 116 46
Binary 10010100 10101 10101101 1110 1011000 0 100000 100100010 1001110 100110

Color Harmonies of #9415AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9415AD

Black with #9415AD

Text Example


Text Example

White with #9415AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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