#92169E

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

Shades of Dark Magenta #92169E

Tints of Dark Magenta #92169E

Color information

#92169E (or 0x92169E) is unknown color: approx Dark Magenta. HEX triplet: 92, 16 and 9E. RGB value is (146,22,158). Sum of RGB (Red+Green+Blue) = 146+22+158=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #92169E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92169E is #6DE961. Grayscale: #4A4A4A. Windows color (decimal): -7203170 or 10360466. OLE color: 10360466.

HSL color Cylindrical-coordinate representation of color #92169E: hue angle of 294.71º degrees, saturation: 0.76, 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 #92169E is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14622158-
CMYK0.080.8600.38
HSL294.71º75.56%35.29%-
HSV(B)294.71º86.08%61.96%-
XYZ18.319.1533.15-
YUV74.58175.08178.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 22 (8.98% from 255) = 6.75%
BLUE value IS 158 (62.11% from 255) = 48.47%
R=44.79%
G=6.75%
B=48.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146221580.080.8600.38294.7175.5635.29
Hex92169E8560261274c23
Octal222262361012604644711443
Binary1001001010110100111101000101011001001101001001111001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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