#910BAB

Color #910BAB Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #910BAB

Tints of Dark Magenta #910BAB

Color information

#910BAB (or 0x910BAB) is unknown color: approx Dark Magenta. HEX triplet: 91, 0B and AB. RGB value is (145,11,171). Sum of RGB (Red+Green+Blue) = 145+11+171=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #910BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910BAB is #6EF454. Grayscale: #444444. Windows color (decimal): -7271509 or 11209617. OLE color: 11209617.

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

Color convert

RGB14511171-
CMYK0.150.9400.33
HSL290.25º87.91%35.69%-
HSV(B)290.25º93.57%67.06%-
XYZ19.159.239.29-
YUV69.31185.39181.99-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 11 (4.69% from 255) = 3.36%
BLUE value IS 171 (67.19% from 255) = 52.29%
R=44.34%
G=3.36%
B=52.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal145111710.150.9400.33290.2587.9135.69
Hex91BABF5E0211225824
Octal221132531713604144213044
Binary100100011011101010111111101111001000011001000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #910BAB;
 }
 .AnyTagClassName
 {
   color: #910BAB;
 }
</style>
background-color css

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

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

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

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

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

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