#911C98

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

Shades of Dark Magenta #911C98

Tints of Dark Magenta #911C98

Color information

#911C98 (or 0x911C98) is unknown color: approx Dark Magenta. HEX triplet: 91, 1C and 98. RGB value is (145,28,152). Sum of RGB (Red+Green+Blue) = 145+28+152=325 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.62% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #911C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911C98 is #6EE367. Grayscale: #4C4C4C. Windows color (decimal): -7267176 or 9968785. OLE color: 9968785.

HSL color Cylindrical-coordinate representation of color #911C98: hue angle of 296.61º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911C98 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14528152-
CMYK0.050.8200.40
HSL296.61º68.89%35.29%-
HSV(B)296.61º81.58%59.61%-
XYZ17.769.1230.53-
YUV77.12170.26176.42-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.62%
GREEN value IS 28 (11.33% from 255) = 8.62%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=44.62%
G=8.62%
B=46.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal145281520.050.8200.40296.6168.8935.29
Hex911C985520281294523
Octal22134230512205045110543
Binary100100011110010011000101101001001010001001010011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911C98; }

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

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

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

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

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

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

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

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