#910998

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

Shades of Dark Magenta #910998

Tints of Dark Magenta #910998

Color information

#910998 (or 0x910998) is unknown color: approx Dark Magenta. HEX triplet: 91, 09 and 98. RGB value is (145,9,152). Sum of RGB (Red+Green+Blue) = 145+9+152=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #910998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910998 is #6EF667. Grayscale: #414141. Windows color (decimal): -7272040 or 9963921. OLE color: 9963921.

HSL color Cylindrical-coordinate representation of color #910998: hue angle of 297.06º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910998 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1459152-
CMYK0.050.9400.40
HSL297.06º88.82%31.57%-
HSV(B)297.06º94.08%59.61%-
XYZ17.448.4830.42-
YUV65.97176.56184.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 47.39%
GREEN value IS 9 (3.91% from 255) = 2.94%
BLUE value IS 152 (59.77% from 255) = 49.67%
R=47.39%
G=2.94%
B=49.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal14591520.050.9400.40297.0688.8231.57
Hex9199855E0281295920
Octal22111230513605045113140
Binary10010001100110011000101101111001010001001010011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910998; }

 p { color: rgb(145,9,152); }

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

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

 a { background-color: rgb(145,9,152); }

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

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

 span { border-color: rgb(145,9,152); }

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