Html Css Color HEX #981A9B Dark Magenta

📋 copy color: '#981A9B'

red 152 ◦ green 26 ◦ blue 155

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

Shades of Dark Magenta #981A9B

Tints of Dark Magenta #981A9B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.81%

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 45.65%
G = 7.81%
B = 46.55%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#981A9B (or 0x981A9B) is known color: Dark Magenta. HEX triplet: 98, 1A and 9B. RGB value is (152,26,155). Sum of RGB (Red+Green+Blue) = 152+26+155=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #981A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981A9B is #67E564. Grayscale: #4D4D4D. Windows color (decimal): -6808933 or 10164888. OLE color: 10164888.

HSL color Cylindrical-coordinate representation of color #981A9B: hue angle of 298.6º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A9B is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 26 155 -
CMYK 0.02 0.83 0 0.39
HSL 298.6º 0.71% 0.35% -
HSV(B) 298.6º 0.83% 0.61% -
XYZ 19.23 9.78 31.88 -
YUV 78.38 171.24 180.51 -
System Red Green Blue C M Y K H S L
Decimal 152 26 155 0.02 0.83 0 0.39 298.6 0.71 0.35
Hex 98 1A 9B 2 53 0 27 12B 47 23
Octal 230 32 233 2 123 0 47 453 107 43
Binary 10011000 11010 10011011 10 1010011 0 100111 100101011 1000111 100011

Color Harmonies of #981A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981A9B

Black with #981A9B

Text Example


Text Example

White with #981A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981A9B; }

 p { color: rgb(152,26,155); }

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

background-color css

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

 a { background-color: rgb(152,26,155); }

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

border-color css

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

 span { border-color: rgb(152,26,155); }

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