Html Css Color HEX #78099A Dark Magenta

📋 copy color: '#78099A'

red 120 ◦ green 9 ◦ blue 154

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

Shades of Dark Magenta #78099A

Tints of Dark Magenta #78099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 54.42%

R = 42.4%
G = 3.18%
B = 54.42%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78099A (or 0x78099A) is known color: Dark Magenta. HEX triplet: 78, 09 and 9A. RGB value is (120,9,154). Sum of RGB (Red+Green+Blue) = 120+9+154=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #78099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78099A is #87F665. Grayscale: #3A3A3A. Windows color (decimal): -8910438 or 10094968. OLE color: 10094968.

HSL color Cylindrical-coordinate representation of color #78099A: hue angle of 285.93º 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 #78099A is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 9 154 -
CMYK 0.22 0.94 0 0.40
HSL 285.93º 0.89% 0.32% -
HSV(B) 285.93º 0.94% 0.6% -
XYZ 13.68 6.52 31.11 -
YUV 58.72 181.77 171.71 -
System Red Green Blue C M Y K H S L
Decimal 120 9 154 0.22 0.94 0 0.40 285.93 0.89 0.32
Hex 78 9 9A 16 5E 0 28 11E 59 20
Octal 170 11 232 26 136 0 50 436 131 40
Binary 1111000 1001 10011010 10110 1011110 0 101000 100011110 1011001 100000

Color Harmonies of #78099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78099A

Black with #78099A

Text Example


Text Example

White with #78099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78099A; }

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

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

background-color css

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

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

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

border-color css

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

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

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