Html Css Color HEX #9117A3 Dark Magenta

📋 copy color: '#9117A3'

red 145 ◦ green 23 ◦ blue 163

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

Shades of Dark Magenta #9117A3

Tints of Dark Magenta #9117A3

RGB

 RED value IS 145 (57.03% from 255) = 43.81%

 GREEN value IS 23 (9.38% from 255) = 6.95%

 BLUE value IS 163 (64.06% from 255) = 49.24%

R = 43.81%
G = 6.95%
B = 49.24%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#9117A3 (or 0x9117A3) is known color: Dark Magenta. HEX triplet: 91, 17 and A3. RGB value is (145,23,163). Sum of RGB (Red+Green+Blue) = 145+23+163=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 163 (64.06% from 255 or 49.24% from 331); Max value from RGB is 163 - color contains mainly: blue. Hex color #9117A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9117A3 is #6EE85C. Grayscale: #4B4B4B. Windows color (decimal): -7268445 or 10688401. OLE color: 10688401.

HSL color Cylindrical-coordinate representation of color #9117A3: hue angle of 292.29º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9117A3 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 145 23 163 -
CMYK 0.11 0.86 0 0.36
HSL 292.29º 0.75% 0.36% -
HSV(B) 292.29º 0.86% 0.64% -
XYZ 18.59 9.28 35.46 -
YUV 75.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 145 23 163 0.11 0.86 0 0.36 292.29 0.75 0.36
Hex 91 17 A3 B 56 0 24 124 4B 24
Octal 221 27 243 13 126 0 44 444 113 44
Binary 10010001 10111 10100011 1011 1010110 0 100100 100100100 1001011 100100

Color Harmonies of #9117A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9117A3

Black with #9117A3

Text Example


Text Example

White with #9117A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9117A3; }

 p { color: rgb(145,23,163); }

 H1.HeaderClassName
 {
   color: #9117A3;
 }
 .AnyTagClassName
 {
   color: #9117A3;
 }
</style>

background-color css

<style>
 a { background-color: #9117A3; }

 a { background-color: rgb(145,23,163); }

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

border-color css

<style>
 span { border-color: #9117A3; }

 span { border-color: rgb(145,23,163); }

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