Html Css Color HEX #9318AB Dark Magenta

📋 copy color: '#9318AB'

red 147 ◦ green 24 ◦ blue 171

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

Shades of Dark Magenta #9318AB

Tints of Dark Magenta #9318AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.02%

 BLUE value IS 171 (67.19% from 255) = 50%

R = 42.98%
G = 7.02%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9318AB (or 0x9318AB) is known color: Dark Magenta. HEX triplet: 93, 18 and AB. RGB value is (147,24,171). Sum of RGB (Red+Green+Blue) = 147+24+171=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #9318AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9318AB is #6CE754. Grayscale: #4D4D4D. Windows color (decimal): -7137109 or 11212947. OLE color: 11212947.

HSL color Cylindrical-coordinate representation of color #9318AB: hue angle of 290.2º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9318AB is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 24 171 -
CMYK 0.14 0.86 0 0.33
HSL 290.2º 0.75% 0.38% -
HSV(B) 290.2º 0.86% 0.67% -
XYZ 19.71 9.8 39.38 -
YUV 77.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 147 24 171 0.14 0.86 0 0.33 290.2 0.75 0.38
Hex 93 18 AB E 56 0 21 122 4B 26
Octal 223 30 253 16 126 0 41 442 113 46
Binary 10010011 11000 10101011 1110 1010110 0 100001 100100010 1001011 100110

Color Harmonies of #9318AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9318AB

Black with #9318AB

Text Example


Text Example

White with #9318AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9318AB; }

 p { color: rgb(147,24,171); }

 H1.HeaderClassName
 {
   color: #9318AB;
 }
 .AnyTagClassName
 {
   color: #9318AB;
 }
</style>

background-color css

<style>
 a { background-color: #9318AB; }

 a { background-color: rgb(147,24,171); }

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

border-color css

<style>
 span { border-color: #9318AB; }

 span { border-color: rgb(147,24,171); }

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