#910BA5

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

Shades of Dark Magenta #910BA5

Tints of Dark Magenta #910BA5

Color information

#910BA5 (or 0x910BA5) is unknown color: approx Dark Magenta. HEX triplet: 91, 0B and A5. RGB value is (145,11,165). Sum of RGB (Red+Green+Blue) = 145+11+165=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #910BA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910BA5 is #6EF45A. Grayscale: #444444. Windows color (decimal): -7271515 or 10816401. OLE color: 10816401.

HSL color Cylindrical-coordinate representation of color #910BA5: hue angle of 292.21º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910BA5 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14511165-
CMYK0.120.9300.35
HSL292.21º87.5%34.51%-
HSV(B)292.21º93.33%64.71%-
XYZ18.598.9836.35-
YUV68.62182.39182.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.17%
GREEN value IS 11 (4.69% from 255) = 3.43%
BLUE value IS 165 (64.84% from 255) = 51.40%
R=45.17%
G=3.43%
B=51.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal145111650.120.9300.35292.2187.534.51
Hex91BA5C5D0231245823
Octal221132451413504344413043
Binary100100011011101001011100101110101000111001001001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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