Html Css Color HEX #9613AD Dark Magenta

📋 copy color: '#9613AD'

red 150 ◦ green 19 ◦ blue 173

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

Shades of Dark Magenta #9613AD

Tints of Dark Magenta #9613AD

RGB

 RED value IS 150 (58.98% from 255) = 43.86%

 GREEN value IS 19 (7.81% from 255) = 5.56%

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

R = 43.86%
G = 5.56%
B = 50.58%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9613AD (or 0x9613AD) is known color: Dark Magenta. HEX triplet: 96, 13 and AD. RGB value is (150,19,173). Sum of RGB (Red+Green+Blue) = 150+19+173=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 19 (7.81% from 255 or 5.56% 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 #9613AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9613AD is #69EC52. Grayscale: #4B4B4B. Windows color (decimal): -6941779 or 11342742. OLE color: 11342742.

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

Color convert

RGB 150 19 173 -
CMYK 0.13 0.89 0 0.32
HSL 291.04º 0.8% 0.38% -
HSV(B) 291.04º 0.89% 0.68% -
XYZ 20.35 9.97 40.39 -
YUV 75.73 182.9 180.98 -
System Red Green Blue C M Y K H S L
Decimal 150 19 173 0.13 0.89 0 0.32 291.04 0.8 0.38
Hex 96 13 AD D 59 0 20 123 50 26
Octal 226 23 255 15 131 0 40 443 120 46
Binary 10010110 10011 10101101 1101 1011001 0 100000 100100011 1010000 100110

Color Harmonies of #9613AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9613AD

Black with #9613AD

Text Example


Text Example

White with #9613AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,19,173); }

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

background-color css

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

 a { background-color: rgb(150,19,173); }

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

border-color css

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

 span { border-color: rgb(150,19,173); }

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