#92169D

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

Shades of Dark Magenta #92169D

Tints of Dark Magenta #92169D

Color information

#92169D (or 0x92169D) is unknown color: approx Dark Magenta. HEX triplet: 92, 16 and 9D. RGB value is (146,22,157). Sum of RGB (Red+Green+Blue) = 146+22+157=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #92169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92169D is #6DE962. Grayscale: #4A4A4A. Windows color (decimal): -7203171 or 10294930. OLE color: 10294930.

HSL color Cylindrical-coordinate representation of color #92169D: hue angle of 295.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92169D is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14622157-
CMYK0.070.8600.38
HSL295.11º75.42%35.1%-
HSV(B)295.11º85.99%61.57%-
XYZ18.239.1232.7-
YUV74.47174.58179.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 22 (8.98% from 255) = 6.77%
BLUE value IS 157 (61.72% from 255) = 48.31%
R=44.92%
G=6.77%
B=48.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146221570.070.8600.38295.1175.4235.1
Hex92169D7560261274b23
Octal22226235712604644711343
Binary100100101011010011101111101011001001101001001111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92169D; }

 p { color: rgb(146,22,157); }

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

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

 a { background-color: rgb(146,22,157); }

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

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

 span { border-color: rgb(146,22,157); }

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