Html Css Color HEX #78099B Dark Magenta

📋 copy color: '#78099B'

red 120 ◦ green 9 ◦ blue 155

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

Shades of Dark Magenta #78099B

Tints of Dark Magenta #78099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.58%

R = 42.25%
G = 3.17%
B = 54.58%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#78099B (or 0x78099B) is known color: Dark Magenta. HEX triplet: 78, 09 and 9B. RGB value is (120,9,155). Sum of RGB (Red+Green+Blue) = 120+9+155=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #78099B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78099B is #87F664. Grayscale: #3A3A3A. Windows color (decimal): -8910437 or 10160504. OLE color: 10160504.

HSL color Cylindrical-coordinate representation of color #78099B: hue angle of 285.62º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78099B is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 9 155 -
CMYK 0.23 0.94 0 0.39
HSL 285.62º 0.89% 0.32% -
HSV(B) 285.62º 0.94% 0.61% -
XYZ 13.76 6.56 31.55 -
YUV 58.83 182.27 171.63 -
System Red Green Blue C M Y K H S L
Decimal 120 9 155 0.23 0.94 0 0.39 285.62 0.89 0.32
Hex 78 9 9B 17 5E 0 27 11E 59 20
Octal 170 11 233 27 136 0 47 436 131 40
Binary 1111000 1001 10011011 10111 1011110 0 100111 100011110 1011001 100000

Color Harmonies of #78099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78099B

Black with #78099B

Text Example


Text Example

White with #78099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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