Html Css Color HEX #9107AB Dark Magenta

📋 copy color: '#9107AB'

red 145 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #9107AB

Tints of Dark Magenta #9107AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 44.89%
G = 2.17%
B = 52.94%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9107AB (or 0x9107AB) is known color: Dark Magenta. HEX triplet: 91, 07 and AB. RGB value is (145,7,171). Sum of RGB (Red+Green+Blue) = 145+7+171=323 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.89% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #9107AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9107AB is #6EF854. Grayscale: #424242. Windows color (decimal): -7272533 or 11208593. OLE color: 11208593.

HSL color Cylindrical-coordinate representation of color #9107AB: hue angle of 290.49º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9107AB is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 7 171 -
CMYK 0.15 0.96 0 0.33
HSL 290.49º 0.92% 0.35% -
HSV(B) 290.49º 0.96% 0.67% -
XYZ 19.1 9.11 39.28 -
YUV 66.96 186.72 183.66 -
System Red Green Blue C M Y K H S L
Decimal 145 7 171 0.15 0.96 0 0.33 290.49 0.92 0.35
Hex 91 7 AB F 60 0 21 122 5C 23
Octal 221 7 253 17 140 0 41 442 134 43
Binary 10010001 111 10101011 1111 1100000 0 100001 100100010 1011100 100011

Color Harmonies of #9107AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9107AB

Black with #9107AB

Text Example


Text Example

White with #9107AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,7,171); }

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

background-color css

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

 a { background-color: rgb(145,7,171); }

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

border-color css

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

 span { border-color: rgb(145,7,171); }

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