Html Css Color HEX #980689 Dark Magenta

📋 copy color: '#980689'

red 152 ◦ green 6 ◦ blue 137

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

Shades of Dark Magenta #980689

Tints of Dark Magenta #980689

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

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

R = 51.53%
G = 2.03%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#980689 (or 0x980689) is known color: Dark Magenta. HEX triplet: 98, 06 and 89. RGB value is (152,6,137). Sum of RGB (Red+Green+Blue) = 152+6+137=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #980689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980689 is #67F976. Grayscale: #404040. Windows color (decimal): -6814071 or 8980120. OLE color: 8980120.

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

Color convert

RGB 152 6 137 -
CMYK 0 0.96 0.10 0.40
HSL 306.16º 0.92% 0.31% -
HSV(B) 306.16º 0.96% 0.6% -
XYZ 17.53 8.61 24.41 -
YUV 64.59 168.87 190.35 -
System Red Green Blue C M Y K H S L
Decimal 152 6 137 0 0.96 0.10 0.40 306.16 0.92 0.31
Hex 98 6 89 0 60 A 28 132 5C 1F
Octal 230 6 211 0 140 12 50 462 134 37
Binary 10011000 110 10001001 0 1100000 1010 101000 100110010 1011100 11111

Color Harmonies of #980689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980689

Black with #980689

Text Example


Text Example

White with #980689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980689; }

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

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

background-color css

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

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

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

border-color css

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

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

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