Html Css Color HEX #780999 Dark Magenta

📋 copy color: '#780999'

red 120 ◦ green 9 ◦ blue 153

#780999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #780999

Tints of Dark Magenta #780999

RGB

 RED value IS 120 (47.27% from 255) = 42.55%

 GREEN value IS 9 (3.91% from 255) = 3.19%

 BLUE value IS 153 (60.16% from 255) = 54.26%

R = 42.55%
G = 3.19%
B = 54.26%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#780999 (or 0x780999) is known color: Dark Magenta. HEX triplet: 78, 09 and 99. RGB value is (120,9,153). Sum of RGB (Red+Green+Blue) = 120+9+153=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #780999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780999 is #87F666. Grayscale: #3A3A3A. Windows color (decimal): -8910439 or 10029432. OLE color: 10029432.

HSL color Cylindrical-coordinate representation of color #780999: hue angle of 286.25º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780999 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 9 153 -
CMYK 0.22 0.94 0 0.4
HSL 286.25º 0.89% 0.32% -
HSV(B) 286.25º 0.94% 0.6% -
XYZ 13.59 6.49 30.67 -
YUV 58.61 181.27 171.79 -
System Red Green Blue C M Y K H S L
Decimal 120 9 153 0.22 0.94 0 0.4 286.25 0.89 0.32
Hex 78 9 99 16 5E 0 28 11E 59 20
Octal 170 11 231 26 136 0 50 436 131 40
Binary 1111000 1001 10011001 10110 1011110 0 101000 100011110 1011001 100000

Color Harmonies of #780999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780999

Black with #780999

Text Example


Text Example

White with #780999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780999; }

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

 H1.HeaderClassName
 {
   color: #780999;
 }
 .AnyTagClassName
 {
   color: #780999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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