Html Css Color HEX #910FAD Dark Magenta

📋 copy color: '#910FAD'

red 145 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #910FAD

Tints of Dark Magenta #910FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.5%

 BLUE value IS 173 (67.97% from 255) = 51.95%

R = 43.54%
G = 4.5%
B = 51.95%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#910FAD (or 0x910FAD) is known color: Dark Magenta. HEX triplet: 91, 0F and AD. RGB value is (145,15,173). Sum of RGB (Red+Green+Blue) = 145+15+173=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #910FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910FAD is #6EF052. Grayscale: #474747. Windows color (decimal): -7270483 or 11341713. OLE color: 11341713.

HSL color Cylindrical-coordinate representation of color #910FAD: hue angle of 289.37º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910FAD is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 15 173 -
CMYK 0.16 0.91 0 0.32
HSL 289.37º 0.84% 0.37% -
HSV(B) 289.37º 0.91% 0.68% -
XYZ 19.39 9.38 40.32 -
YUV 71.88 185.07 180.15 -
System Red Green Blue C M Y K H S L
Decimal 145 15 173 0.16 0.91 0 0.32 289.37 0.84 0.37
Hex 91 F AD 10 5B 0 20 121 54 25
Octal 221 17 255 20 133 0 40 441 124 45
Binary 10010001 1111 10101101 10000 1011011 0 100000 100100001 1010100 100101

Color Harmonies of #910FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910FAD

Black with #910FAD

Text Example


Text Example

White with #910FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910FAD; }

 p { color: rgb(145,15,173); }

 H1.HeaderClassName
 {
   color: #910FAD;
 }
 .AnyTagClassName
 {
   color: #910FAD;
 }
</style>

background-color css

<style>
 a { background-color: #910FAD; }

 a { background-color: rgb(145,15,173); }

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

border-color css

<style>
 span { border-color: #910FAD; }

 span { border-color: rgb(145,15,173); }

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