Html Css Color HEX #9101AB Dark Magenta

📋 copy color: '#9101AB'

red 145 ◦ green 1 ◦ blue 171

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

Shades of Dark Magenta #9101AB

Tints of Dark Magenta #9101AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 45.74%
G = 0.32%
B = 53.94%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9101AB (or 0x9101AB) is known color: Dark Magenta. HEX triplet: 91, 01 and AB. RGB value is (145,1,171). Sum of RGB (Red+Green+Blue) = 145+1+171=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #9101AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9101AB is #6EFE54. Grayscale: #3E3E3E. Windows color (decimal): -7274069 or 11207057. OLE color: 11207057.

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

Color convert

RGB 145 1 171 -
CMYK 0.15 0.99 0 0.33
HSL 290.82º 0.99% 0.34% -
HSV(B) 290.82º 0.99% 0.67% -
XYZ 19.04 8.98 39.26 -
YUV 63.44 188.71 186.18 -
System Red Green Blue C M Y K H S L
Decimal 145 1 171 0.15 0.99 0 0.33 290.82 0.99 0.34
Hex 91 1 AB F 63 0 21 123 63 22
Octal 221 1 253 17 143 0 41 443 143 42
Binary 10010001 1 10101011 1111 1100011 0 100001 100100011 1100011 100010

Color Harmonies of #9101AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9101AB

Black with #9101AB

Text Example


Text Example

White with #9101AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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