Html Css Color HEX #910AAB Dark Magenta

📋 copy color: '#910AAB'

red 145 ◦ green 10 ◦ blue 171

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

Shades of Dark Magenta #910AAB

Tints of Dark Magenta #910AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.07%

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

R = 44.48%
G = 3.07%
B = 52.45%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#910AAB (or 0x910AAB) is known color: Dark Magenta. HEX triplet: 91, 0A and AB. RGB value is (145,10,171). Sum of RGB (Red+Green+Blue) = 145+10+171=326 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.48% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #910AAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910AAB is #6EF554. Grayscale: #444444. Windows color (decimal): -7271765 or 11209361. OLE color: 11209361.

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

Color convert

RGB 145 10 171 -
CMYK 0.15 0.94 0 0.33
HSL 290.31º 0.89% 0.35% -
HSV(B) 290.31º 0.94% 0.67% -
XYZ 19.14 9.18 39.29 -
YUV 68.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 145 10 171 0.15 0.94 0 0.33 290.31 0.89 0.35
Hex 91 A AB F 5E 0 21 122 59 23
Octal 221 12 253 17 136 0 41 442 131 43
Binary 10010001 1010 10101011 1111 1011110 0 100001 100100010 1011001 100011

Color Harmonies of #910AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910AAB

Black with #910AAB

Text Example


Text Example

White with #910AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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