Html Css Color HEX #9410AB Dark Magenta

📋 copy color: '#9410AB'

red 148 ◦ green 16 ◦ blue 171

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

Shades of Dark Magenta #9410AB

Tints of Dark Magenta #9410AB

RGB

 RED value IS 148 (58.2% from 255) = 44.18%

 GREEN value IS 16 (6.64% from 255) = 4.78%

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

R = 44.18%
G = 4.78%
B = 51.04%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9410AB (or 0x9410AB) is known color: Dark Magenta. HEX triplet: 94, 10 and AB. RGB value is (148,16,171). Sum of RGB (Red+Green+Blue) = 148+16+171=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #9410AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9410AB is #6BEF54. Grayscale: #484848. Windows color (decimal): -7073621 or 11210900. OLE color: 11210900.

HSL color Cylindrical-coordinate representation of color #9410AB: hue angle of 291.1º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9410AB is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 16 171 -
CMYK 0.13 0.91 0 0.33
HSL 291.1º 0.83% 0.37% -
HSV(B) 291.1º 0.91% 0.67% -
XYZ 19.75 9.61 39.34 -
YUV 73.14 183.23 181.4 -
System Red Green Blue C M Y K H S L
Decimal 148 16 171 0.13 0.91 0 0.33 291.1 0.83 0.37
Hex 94 10 AB D 5B 0 21 123 53 25
Octal 224 20 253 15 133 0 41 443 123 45
Binary 10010100 10000 10101011 1101 1011011 0 100001 100100011 1010011 100101

Color Harmonies of #9410AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9410AB

Black with #9410AB

Text Example


Text Example

White with #9410AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,16,171); }

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

background-color css

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

 a { background-color: rgb(148,16,171); }

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

border-color css

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

 span { border-color: rgb(148,16,171); }

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