#910296

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

Shades of Dark Magenta #910296

Tints of Dark Magenta #910296

Color information

#910296 (or 0x910296) is unknown color: approx Dark Magenta. HEX triplet: 91, 02 and 96. RGB value is (145,2,150). Sum of RGB (Red+Green+Blue) = 145+2+150=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #910296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910296 is #6EFD69. Grayscale: #3D3D3D. Windows color (decimal): -7273834 or 9831057. OLE color: 9831057.

HSL color Cylindrical-coordinate representation of color #910296: hue angle of 297.97º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910296 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1452150-
CMYK0.030.9900.41
HSL297.97º97.37%29.8%-
HSV(B)297.97º98.67%58.82%-
XYZ17.28.2729.54-
YUV61.63177.88187.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 48.82%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=48.82%
G=0.67%
B=50.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14521500.030.9900.41297.9797.3729.8
Hex9129636302912a611e
Octal2212226314305145214136
Binary1001000110100101101111000110101001100101010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910296; }

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

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

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

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

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

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

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

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