Html Css Color HEX #9318A6 Dark Magenta

📋 copy color: '#9318A6'

red 147 ◦ green 24 ◦ blue 166

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

Shades of Dark Magenta #9318A6

Tints of Dark Magenta #9318A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 49.26%

R = 43.62%
G = 7.12%
B = 49.26%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9318A6 (or 0x9318A6) is known color: Dark Magenta. HEX triplet: 93, 18 and A6. RGB value is (147,24,166). Sum of RGB (Red+Green+Blue) = 147+24+166=337 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.62% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 166 (65.23% from 255 or 49.26% from 337); Max value from RGB is 166 - color contains mainly: blue. Hex color #9318A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9318A6 is #6CE759. Grayscale: #4C4C4C. Windows color (decimal): -7137114 or 10885267. OLE color: 10885267.

HSL color Cylindrical-coordinate representation of color #9318A6: hue angle of 291.97º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9318A6 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 24 166 -
CMYK 0.11 0.86 0 0.35
HSL 291.97º 0.75% 0.37% -
HSV(B) 291.97º 0.86% 0.65% -
XYZ 19.24 9.61 36.92 -
YUV 76.97 178.25 177.95 -
System Red Green Blue C M Y K H S L
Decimal 147 24 166 0.11 0.86 0 0.35 291.97 0.75 0.37
Hex 93 18 A6 B 56 0 23 124 4B 25
Octal 223 30 246 13 126 0 43 444 113 45
Binary 10010011 11000 10100110 1011 1010110 0 100011 100100100 1001011 100101

Color Harmonies of #9318A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9318A6

Black with #9318A6

Text Example


Text Example

White with #9318A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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