#92078B

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

Shades of Dark Magenta #92078B

Tints of Dark Magenta #92078B

Color information

#92078B (or 0x92078B) is unknown color: approx Dark Magenta. HEX triplet: 92, 07 and 8B. RGB value is (146,7,139). Sum of RGB (Red+Green+Blue) = 146+7+139=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 146 - color contains mainly: red. Hex color #92078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92078B is #6DF874. Grayscale: #3F3F3F. Windows color (decimal): -7207029 or 9111442. OLE color: 9111442.

HSL color Cylindrical-coordinate representation of color #92078B: hue angle of 303.02º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92078B is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB1467139-
CMYK00.950.050.43
HSL303.02º90.85%30%-
HSV(B)303.02º95.21%57.25%-
XYZ16.598.1325.12-
YUV63.61170.55186.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50%
GREEN value IS 7 (3.12% from 255) = 2.40%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=50%
G=2.40%
B=47.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146713900.950.050.43303.0290.8530
Hex9278B05F52B12f5b1e
Octal2227213013755345713336
Binary100100101111000101101011111101101011100101111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92078B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92078B; }

 p { color: rgb(146,7,139); }

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

<style>
 a { background-color: #92078B; }

 a { background-color: rgb(146,7,139); }

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

<style>
 span { border-color: #92078B; }

 span { border-color: rgb(146,7,139); }

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