#910288

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

Shades of Dark Magenta #910288

Tints of Dark Magenta #910288

Color information

#910288 (or 0x910288) is unknown color: approx Dark Magenta. HEX triplet: 91, 02 and 88. RGB value is (145,2,136). Sum of RGB (Red+Green+Blue) = 145+2+136=283 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.24% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 145 - color contains mainly: red. Hex color #910288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910288 is #6EFD77. Grayscale: #3B3B3B. Windows color (decimal): -7273848 or 8913553. OLE color: 8913553.

HSL color Cylindrical-coordinate representation of color #910288: hue angle of 303.78º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910288 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB1452136-
CMYK00.990.060.43
HSL303.78º97.28%28.82%-
HSV(B)303.78º98.62%56.86%-
XYZ16.147.8423.96-
YUV60.03170.88188.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 51.24%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 136 (53.52% from 255) = 48.06%
R=51.24%
G=0.71%
B=48.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145213600.990.060.43303.7897.2828.82
Hex9128806362B130611d
Octal2212210014365346014135
Binary10010001101000100001100011110101011100110000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910288; }

 p { color: rgb(145,2,136); }

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

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

 a { background-color: rgb(145,2,136); }

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

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

 span { border-color: rgb(145,2,136); }

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