#921C98

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

Shades of Dark Magenta #921C98

Tints of Dark Magenta #921C98

Color information

#921C98 (or 0x921C98) is unknown color: approx Dark Magenta. HEX triplet: 92, 1C and 98. RGB value is (146,28,152). Sum of RGB (Red+Green+Blue) = 146+28+152=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #921C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #921C98 is #6DE367. Grayscale: #4D4D4D. Windows color (decimal): -7201640 or 9968786. OLE color: 9968786.

HSL color Cylindrical-coordinate representation of color #921C98: hue angle of 297.1º 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 #921C98 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB14628152-
CMYK0.040.8200.40
HSL297.1º68.89%35.29%-
HSV(B)297.1º81.58%59.61%-
XYZ17.949.2130.54-
YUV77.42170.09176.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 28 (11.33% from 255) = 8.59%
BLUE value IS 152 (59.77% from 255) = 46.63%
R=44.79%
G=8.59%
B=46.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal146281520.040.8200.40297.168.8935.29
Hex921C984520281294523
Octal22234230412205045110543
Binary100100101110010011000100101001001010001001010011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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