Html Css Color HEX #980CAB Dark Magenta

📋 copy color: '#980CAB'

red 152 ◦ green 12 ◦ blue 171

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

Shades of Dark Magenta #980CAB

Tints of Dark Magenta #980CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.58%

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 45.37%
G = 3.58%
B = 51.04%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#980CAB (or 0x980CAB) is known color: Dark Magenta. HEX triplet: 98, 0C and AB. RGB value is (152,12,171). Sum of RGB (Red+Green+Blue) = 152+12+171=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #980CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980CAB is #67F354. Grayscale: #474747. Windows color (decimal): -6812501 or 11209880. OLE color: 11209880.

HSL color Cylindrical-coordinate representation of color #980CAB: hue angle of 292.83º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980CAB is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 12 171 -
CMYK 0.11 0.93 0 0.33
HSL 292.83º 0.87% 0.36% -
HSV(B) 292.83º 0.93% 0.67% -
XYZ 20.43 9.88 39.36 -
YUV 71.99 183.88 185.07 -
System Red Green Blue C M Y K H S L
Decimal 152 12 171 0.11 0.93 0 0.33 292.83 0.87 0.36
Hex 98 C AB B 5D 0 21 125 57 24
Octal 230 14 253 13 135 0 41 445 127 44
Binary 10011000 1100 10101011 1011 1011101 0 100001 100100101 1010111 100100

Color Harmonies of #980CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CAB

Black with #980CAB

Text Example


Text Example

White with #980CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,12,171); }

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

background-color css

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

 a { background-color: rgb(152,12,171); }

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

border-color css

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

 span { border-color: rgb(152,12,171); }

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