#920c9e

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

Shades of Dark Magenta #920C9E

Tints of Dark Magenta #920C9E

Color information

#920C9E (or 0x920C9E) is unknown color: approx Dark Magenta. HEX triplet: 92, 0C and 9E. RGB value is (146,12,158). Sum of RGB (Red+Green+Blue) = 146+12+158=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #920C9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920C9E is #6DF361. Grayscale: #444444. Windows color (decimal): -7205730 or 10357906. OLE color: 10357906.

HSL color Cylindrical-coordinate representation of color #920C9E: hue angle of 295.07º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920C9E is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14612158-
CMYK0.080.9200.38
HSL295.07º85.88%33.33%-
HSV(B)295.07º92.41%61.96%-
XYZ18.168.8433.1-
YUV68.71178.39183.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.20%
GREEN value IS 12 (5.08% from 255) = 3.80%
BLUE value IS 158 (62.11% from 255) = 50%
R=46.20%
G=3.80%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146121580.080.9200.38295.0785.8833.33
Hex92C9E85C0261275621
Octal222142361013404644712641
Binary100100101100100111101000101110001001101001001111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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