Html Css Color HEX #9410A1 Dark Magenta

📋 copy color: '#9410A1'

red 148 ◦ green 16 ◦ blue 161

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

Shades of Dark Magenta #9410A1

Tints of Dark Magenta #9410A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 49.54%

R = 45.54%
G = 4.92%
B = 49.54%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9410A1 (or 0x9410A1) is known color: Dark Magenta. HEX triplet: 94, 10 and A1. RGB value is (148,16,161). Sum of RGB (Red+Green+Blue) = 148+16+161=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 161 (63.28% from 255 or 49.54% from 325); Max value from RGB is 161 - color contains mainly: blue. Hex color #9410A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9410A1 is #6BEF5E. Grayscale: #474747. Windows color (decimal): -7073631 or 10555540. OLE color: 10555540.

HSL color Cylindrical-coordinate representation of color #9410A1: hue angle of 294.62º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9410A1 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 16 161 -
CMYK 0.08 0.90 0 0.37
HSL 294.62º 0.82% 0.35% -
HSV(B) 294.62º 0.9% 0.63% -
XYZ 18.83 9.24 34.51 -
YUV 72 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 148 16 161 0.08 0.90 0 0.37 294.62 0.82 0.35
Hex 94 10 A1 8 5A 0 25 127 52 23
Octal 224 20 241 10 132 0 45 447 122 43
Binary 10010100 10000 10100001 1000 1011010 0 100101 100100111 1010010 100011

Color Harmonies of #9410A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9410A1

Black with #9410A1

Text Example


Text Example

White with #9410A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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