#920C8E

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

Shades of Dark Magenta #920C8E

Tints of Dark Magenta #920C8E

Color information

#920C8E (or 0x920C8E) is unknown color: approx Dark Magenta. HEX triplet: 92, 0C and 8E. RGB value is (146,12,142). Sum of RGB (Red+Green+Blue) = 146+12+142=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #920C8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920C8E is #6DF371. Grayscale: #424242. Windows color (decimal): -7205746 or 9309330. OLE color: 9309330.

HSL color Cylindrical-coordinate representation of color #920C8E: hue angle of 301.79º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920C8E is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14612142-
CMYK00.920.030.43
HSL301.79º84.81%30.98%-
HSV(B)301.79º91.78%57.25%-
XYZ16.878.3326.31-
YUV66.89170.39184.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 12 (5.08% from 255) = 4%
BLUE value IS 142 (55.86% from 255) = 47.33%
R=48.67%
G=4%
B=47.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461214200.920.030.43301.7984.8130.98
Hex92C8E05C32B12e551f
Octal22214216013435345612537
Binary100100101100100011100101110011101011100101110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920C8E; }

 p { color: rgb(146,12,142); }

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

<style>
 a { background-color: #920C8E; }

 a { background-color: rgb(146,12,142); }

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

<style>
 span { border-color: #920C8E; }

 span { border-color: rgb(146,12,142); }

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