Html Css Color HEX #9315A7 Dark Magenta

📋 copy color: '#9315A7'

red 147 ◦ green 21 ◦ blue 167

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

Shades of Dark Magenta #9315A7

Tints of Dark Magenta #9315A7

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.27%

 BLUE value IS 167 (65.63% from 255) = 49.85%

R = 43.88%
G = 6.27%
B = 49.85%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9315A7 (or 0x9315A7) is known color: Dark Magenta. HEX triplet: 93, 15 and A7. RGB value is (147,21,167). Sum of RGB (Red+Green+Blue) = 147+21+167=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 167 (65.62% from 255 or 49.85% from 335); Max value from RGB is 167 - color contains mainly: blue. Hex color #9315A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9315A7 is #6CEA58. Grayscale: #4A4A4A. Windows color (decimal): -7137881 or 10950035. OLE color: 10950035.

HSL color Cylindrical-coordinate representation of color #9315A7: hue angle of 291.78º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9315A7 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 21 167 -
CMYK 0.12 0.87 0 0.35
HSL 291.78º 0.78% 0.37% -
HSV(B) 291.78º 0.87% 0.65% -
XYZ 19.28 9.53 37.38 -
YUV 75.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 147 21 167 0.12 0.87 0 0.35 291.78 0.78 0.37
Hex 93 15 A7 C 57 0 23 124 4E 25
Octal 223 25 247 14 127 0 43 444 116 45
Binary 10010011 10101 10100111 1100 1010111 0 100011 100100100 1001110 100101

Color Harmonies of #9315A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9315A7

Black with #9315A7

Text Example


Text Example

White with #9315A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9315A7; }

 p { color: rgb(147,21,167); }

 H1.HeaderClassName
 {
   color: #9315A7;
 }
 .AnyTagClassName
 {
   color: #9315A7;
 }
</style>

background-color css

<style>
 a { background-color: #9315A7; }

 a { background-color: rgb(147,21,167); }

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

border-color css

<style>
 span { border-color: #9315A7; }

 span { border-color: rgb(147,21,167); }

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