Html Css Color HEX #980789 Dark Magenta

📋 copy color: '#980789'

red 152 ◦ green 7 ◦ blue 137

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

Shades of Dark Magenta #980789

Tints of Dark Magenta #980789

RGB

 RED value IS 152 (59.77% from 255) = 51.35%

 GREEN value IS 7 (3.13% from 255) = 2.36%

 BLUE value IS 137 (53.91% from 255) = 46.28%

R = 51.35%
G = 2.36%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#980789 (or 0x980789) is known color: Dark Magenta. HEX triplet: 98, 07 and 89. RGB value is (152,7,137). Sum of RGB (Red+Green+Blue) = 152+7+137=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #980789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980789 is #67F876. Grayscale: #404040. Windows color (decimal): -6813815 or 8980376. OLE color: 8980376.

HSL color Cylindrical-coordinate representation of color #980789: hue angle of 306.21º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980789 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 7 137 -
CMYK 0 0.95 0.10 0.40
HSL 306.21º 0.91% 0.31% -
HSV(B) 306.21º 0.95% 0.6% -
XYZ 17.54 8.63 24.41 -
YUV 65.18 168.54 189.93 -
System Red Green Blue C M Y K H S L
Decimal 152 7 137 0 0.95 0.10 0.40 306.21 0.91 0.31
Hex 98 7 89 0 5F A 28 132 5B 1F
Octal 230 7 211 0 137 12 50 462 133 37
Binary 10011000 111 10001001 0 1011111 1010 101000 100110010 1011011 11111

Color Harmonies of #980789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980789

Black with #980789

Text Example


Text Example

White with #980789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980789; }

 p { color: rgb(152,7,137); }

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

background-color css

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

 a { background-color: rgb(152,7,137); }

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

border-color css

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

 span { border-color: rgb(152,7,137); }

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