Html Css Color HEX #9613AE Dark Magenta

📋 copy color: '#9613AE'

red 150 ◦ green 19 ◦ blue 174

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

Shades of Dark Magenta #9613AE

Tints of Dark Magenta #9613AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 50.73%

R = 43.73%
G = 5.54%
B = 50.73%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9613AE (or 0x9613AE) is known color: Dark Magenta. HEX triplet: 96, 13 and AE. RGB value is (150,19,174). Sum of RGB (Red+Green+Blue) = 150+19+174=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #9613AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9613AE is #69EC51. Grayscale: #4B4B4B. Windows color (decimal): -6941778 or 11408278. OLE color: 11408278.

HSL color Cylindrical-coordinate representation of color #9613AE: hue angle of 290.71º 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 #9613AE is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 19 174 -
CMYK 0.14 0.89 0 0.32
HSL 290.71º 0.8% 0.38% -
HSV(B) 290.71º 0.89% 0.68% -
XYZ 20.45 10.01 40.9 -
YUV 75.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 150 19 174 0.14 0.89 0 0.32 290.71 0.8 0.38
Hex 96 13 AE E 59 0 20 123 50 26
Octal 226 23 256 16 131 0 40 443 120 46
Binary 10010110 10011 10101110 1110 1011001 0 100000 100100011 1010000 100110

Color Harmonies of #9613AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9613AE

Black with #9613AE

Text Example


Text Example

White with #9613AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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