#92087D

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

Shades of Dark Magenta #92087D

Tints of Dark Magenta #92087D

Color information

#92087D (or 0x92087D) is unknown color: approx Dark Magenta. HEX triplet: 92, 08 and 7D. RGB value is (146,8,125). Sum of RGB (Red+Green+Blue) = 146+8+125=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #92087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92087D is #6DF782. Grayscale: #3E3E3E. Windows color (decimal): -7206787 or 8194194. OLE color: 8194194.

HSL color Cylindrical-coordinate representation of color #92087D: hue angle of 309.13º degrees, saturation: 0.9, 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 #92087D is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB1468125-
CMYK00.950.140.43
HSL309.13º89.61%30.2%-
HSV(B)309.13º94.52%57.25%-
XYZ15.647.7720.08-
YUV62.6163.22187.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 8 (3.52% from 255) = 2.87%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=52.33%
G=2.87%
B=44.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146812500.950.140.43309.1389.6130.2
Hex9287D05FE2B1355a1e
Octal222101750137165346513236
Binary1001001010001111101010111111110101011100110101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92087D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,8,125); }

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

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

 a { background-color: rgb(146,8,125); }

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

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

 span { border-color: rgb(146,8,125); }

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