Html Css Color HEX #980FAC Dark Magenta

📋 copy color: '#980FAC'

red 152 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #980FAC

Tints of Dark Magenta #980FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.42%

 BLUE value IS 172 (67.58% from 255) = 50.74%

R = 44.84%
G = 4.42%
B = 50.74%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#980FAC (or 0x980FAC) is known color: Dark Magenta. HEX triplet: 98, 0F and AC. RGB value is (152,15,172). Sum of RGB (Red+Green+Blue) = 152+15+172=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #980FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980FAC is #67F053. Grayscale: #494949. Windows color (decimal): -6811732 or 11276184. OLE color: 11276184.

HSL color Cylindrical-coordinate representation of color #980FAC: hue angle of 292.36º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980FAC is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 15 172 -
CMYK 0.12 0.91 0 0.33
HSL 292.36º 0.84% 0.37% -
HSV(B) 292.36º 0.91% 0.67% -
XYZ 20.57 10 39.88 -
YUV 73.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 152 15 172 0.12 0.91 0 0.33 292.36 0.84 0.37
Hex 98 F AC C 5B 0 21 124 54 25
Octal 230 17 254 14 133 0 41 444 124 45
Binary 10011000 1111 10101100 1100 1011011 0 100001 100100100 1010100 100101

Color Harmonies of #980FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FAC

Black with #980FAC

Text Example


Text Example

White with #980FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980FAC; }

 p { color: rgb(152,15,172); }

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

background-color css

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

 a { background-color: rgb(152,15,172); }

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

border-color css

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

 span { border-color: rgb(152,15,172); }

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