Html Css Color HEX #78089E Dark Magenta

📋 copy color: '#78089E'

red 120 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #78089E

Tints of Dark Magenta #78089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.8%

 BLUE value IS 158 (62.11% from 255) = 55.24%

R = 41.96%
G = 2.8%
B = 55.24%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78089E (or 0x78089E) is known color: Dark Magenta. HEX triplet: 78, 08 and 9E. RGB value is (120,8,158). Sum of RGB (Red+Green+Blue) = 120+8+158=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #78089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78089E is #87F761. Grayscale: #3A3A3A. Windows color (decimal): -8910690 or 10356856. OLE color: 10356856.

HSL color Cylindrical-coordinate representation of color #78089E: hue angle of 284.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78089E is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 8 158 -
CMYK 0.24 0.95 0 0.38
HSL 284.8º 0.9% 0.33% -
HSV(B) 284.8º 0.95% 0.62% -
XYZ 14 6.64 32.89 -
YUV 58.59 184.11 171.8 -
System Red Green Blue C M Y K H S L
Decimal 120 8 158 0.24 0.95 0 0.38 284.8 0.9 0.33
Hex 78 8 9E 18 5F 0 26 11D 5A 21
Octal 170 10 236 30 137 0 46 435 132 41
Binary 1111000 1000 10011110 11000 1011111 0 100110 100011101 1011010 100001

Color Harmonies of #78089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78089E

Black with #78089E

Text Example


Text Example

White with #78089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78089E; }

 p { color: rgb(120,8,158); }

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

background-color css

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

 a { background-color: rgb(120,8,158); }

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

border-color css

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

 span { border-color: rgb(120,8,158); }

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