Html Css Color HEX #980BAB Dark Magenta

📋 copy color: '#980BAB'

red 152 ◦ green 11 ◦ blue 171

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

Shades of Dark Magenta #980BAB

Tints of Dark Magenta #980BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.29%

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

R = 45.51%
G = 3.29%
B = 51.2%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#980BAB (or 0x980BAB) is known color: Dark Magenta. HEX triplet: 98, 0B and AB. RGB value is (152,11,171). Sum of RGB (Red+Green+Blue) = 152+11+171=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #980BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980BAB is #67F454. Grayscale: #464646. Windows color (decimal): -6812757 or 11209624. OLE color: 11209624.

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

Color convert

RGB 152 11 171 -
CMYK 0.11 0.94 0 0.33
HSL 292.88º 0.88% 0.36% -
HSV(B) 292.88º 0.94% 0.67% -
XYZ 20.42 9.86 39.35 -
YUV 71.4 184.21 185.49 -
System Red Green Blue C M Y K H S L
Decimal 152 11 171 0.11 0.94 0 0.33 292.88 0.88 0.36
Hex 98 B AB B 5E 0 21 125 58 24
Octal 230 13 253 13 136 0 41 445 130 44
Binary 10011000 1011 10101011 1011 1011110 0 100001 100100101 1011000 100100

Color Harmonies of #980BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BAB

Black with #980BAB

Text Example


Text Example

White with #980BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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