#92189A

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

Shades of Dark Magenta #92189A

Tints of Dark Magenta #92189A

Color information

#92189A (or 0x92189A) is unknown color: approx Dark Magenta. HEX triplet: 92, 18 and 9A. RGB value is (146,24,154). Sum of RGB (Red+Green+Blue) = 146+24+154=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 24 (9.77% from 255 or 7.41% from 324); Blue value is 154 (60.55% from 255 or 47.53% from 324); Max value from RGB is 154 - color contains mainly: blue. Hex color #92189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92189A is #6DE765. Grayscale: #4A4A4A. Windows color (decimal): -7202662 or 10098834. OLE color: 10098834.

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

Color convert

RGB14624154-
CMYK0.050.8400.40
HSL296.31º73.03%34.9%-
HSV(B)296.31º84.42%60.39%-
XYZ18.019.131.38-
YUV75.3172.42178.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 24 (9.77% from 255) = 7.41%
BLUE value IS 154 (60.55% from 255) = 47.53%
R=45.06%
G=7.41%
B=47.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal146241540.050.8400.40296.3173.0334.9
Hex92189A5540281284923
Octal22230232512405045011143
Binary100100101100010011010101101010001010001001010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92189A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92189A; }

 p { color: rgb(146,24,154); }

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

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

 a { background-color: rgb(146,24,154); }

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

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

 span { border-color: rgb(146,24,154); }

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