Html Css Color HEX #9313AC Dark Magenta

📋 copy color: '#9313AC'

red 147 ◦ green 19 ◦ blue 172

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

Shades of Dark Magenta #9313AC

Tints of Dark Magenta #9313AC

RGB

 RED value IS 147 (57.81% from 255) = 43.49%

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

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

R = 43.49%
G = 5.62%
B = 50.89%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9313AC (or 0x9313AC) is known color: Dark Magenta. HEX triplet: 93, 13 and AC. RGB value is (147,19,172). Sum of RGB (Red+Green+Blue) = 147+19+172=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #9313AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9313AC is #6CEC53. Grayscale: #4A4A4A. Windows color (decimal): -7138388 or 11277203. OLE color: 11277203.

HSL color Cylindrical-coordinate representation of color #9313AC: hue angle of 290.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9313AC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 19 172 -
CMYK 0.15 0.89 0 0.33
HSL 290.2º 0.8% 0.37% -
HSV(B) 290.2º 0.89% 0.67% -
XYZ 19.71 9.65 39.85 -
YUV 74.71 182.91 179.56 -
System Red Green Blue C M Y K H S L
Decimal 147 19 172 0.15 0.89 0 0.33 290.2 0.8 0.37
Hex 93 13 AC F 59 0 21 122 50 25
Octal 223 23 254 17 131 0 41 442 120 45
Binary 10010011 10011 10101100 1111 1011001 0 100001 100100010 1010000 100101

Color Harmonies of #9313AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9313AC

Black with #9313AC

Text Example


Text Example

White with #9313AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,19,172); }

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

background-color css

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

 a { background-color: rgb(147,19,172); }

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

border-color css

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

 span { border-color: rgb(147,19,172); }

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