#780996

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

Shades of Dark Magenta #780996

Tints of Dark Magenta #780996

Color information

#780996 (or 0x780996) is unknown color: approx Dark Magenta. HEX triplet: 78, 09 and 96. RGB value is (120,9,150). Sum of RGB (Red+Green+Blue) = 120+9+150=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #780996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780996 is #87F669. Grayscale: #393939. Windows color (decimal): -8910442 or 9832824. OLE color: 9832824.

HSL color Cylindrical-coordinate representation of color #780996: hue angle of 287.23º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780996 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1209150-
CMYK0.200.9400.41
HSL287.23º88.68%31.18%-
HSV(B)287.23º94%58.82%-
XYZ13.356.3929.38-
YUV58.26179.77172.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 150 (58.98% from 255) = 53.76%
R=43.01%
G=3.23%
B=53.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12091500.200.9400.41287.2388.6831.18
Hex78996145E02911f591f
Octal170112262413605143713137
Binary11110001001100101101010010111100101001100011111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780996; }

 p { color: rgb(120,9,150); }

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

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

 a { background-color: rgb(120,9,150); }

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

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

 span { border-color: rgb(120,9,150); }

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