#92189F

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

Shades of Dark Magenta #92189F

Tints of Dark Magenta #92189F

Color information

#92189F (or 0x92189F) is unknown color: approx Dark Magenta. HEX triplet: 92, 18 and 9F. RGB value is (146,24,159). Sum of RGB (Red+Green+Blue) = 146+24+159=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #92189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92189F is #6DE760. Grayscale: #4B4B4B. Windows color (decimal): -7202657 or 10426514. OLE color: 10426514.

HSL color Cylindrical-coordinate representation of color #92189F: hue angle of 294.22º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92189F is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14624159-
CMYK0.080.8500.38
HSL294.22º73.77%35.88%-
HSV(B)294.22º84.91%62.35%-
XYZ18.449.2733.62-
YUV75.87174.92178.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 24 (9.77% from 255) = 7.29%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=44.38%
G=7.29%
B=48.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146241590.080.8500.38294.2273.7735.88
Hex92189F8550261264a24
Octal222302371012504644611244
Binary1001001011000100111111000101010101001101001001101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92189F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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