Html Css Color HEX #910FAB Dark Magenta

📋 copy color: '#910FAB'

red 145 ◦ green 15 ◦ blue 171

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

Shades of Dark Magenta #910FAB

Tints of Dark Magenta #910FAB

RGB

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

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

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

R = 43.81%
G = 4.53%
B = 51.66%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#910FAB (or 0x910FAB) is known color: Dark Magenta. HEX triplet: 91, 0F and AB. RGB value is (145,15,171). Sum of RGB (Red+Green+Blue) = 145+15+171=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #910FAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910FAB is #6EF054. Grayscale: #474747. Windows color (decimal): -7270485 or 11210641. OLE color: 11210641.

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

Color convert

RGB 145 15 171 -
CMYK 0.15 0.91 0 0.33
HSL 290º 0.84% 0.36% -
HSV(B) 290º 0.91% 0.67% -
XYZ 19.2 9.3 39.31 -
YUV 71.65 184.07 180.32 -
System Red Green Blue C M Y K H S L
Decimal 145 15 171 0.15 0.91 0 0.33 290 0.84 0.36
Hex 91 F AB F 5B 0 21 122 54 24
Octal 221 17 253 17 133 0 41 442 124 44
Binary 10010001 1111 10101011 1111 1011011 0 100001 100100010 1010100 100100

Color Harmonies of #910FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910FAB

Black with #910FAB

Text Example


Text Example

White with #910FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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