Html Css Color HEX #981BA8 Dark Magenta

📋 copy color: '#981BA8'

red 152 ◦ green 27 ◦ blue 168

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

Shades of Dark Magenta #981BA8

Tints of Dark Magenta #981BA8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.78%

 BLUE value IS 168 (66.02% from 255) = 48.41%

R = 43.8%
G = 7.78%
B = 48.41%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#981BA8 (or 0x981BA8) is known color: Dark Magenta. HEX triplet: 98, 1B and A8. RGB value is (152,27,168). Sum of RGB (Red+Green+Blue) = 152+27+168=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 27 (10.94% from 255 or 7.78% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #981BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981BA8 is #67E457. Grayscale: #505050. Windows color (decimal): -6808664 or 11017112. OLE color: 11017112.

HSL color Cylindrical-coordinate representation of color #981BA8: hue angle of 293.19º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981BA8 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 152 27 168 -
CMYK 0.10 0.84 0 0.34
HSL 293.19º 0.72% 0.38% -
HSV(B) 293.19º 0.84% 0.66% -
XYZ 20.41 10.29 37.96 -
YUV 80.45 177.41 179.04 -
System Red Green Blue C M Y K H S L
Decimal 152 27 168 0.10 0.84 0 0.34 293.19 0.72 0.38
Hex 98 1B A8 A 54 0 22 125 48 26
Octal 230 33 250 12 124 0 42 445 110 46
Binary 10011000 11011 10101000 1010 1010100 0 100010 100100101 1001000 100110

Color Harmonies of #981BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981BA8

Black with #981BA8

Text Example


Text Example

White with #981BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,27,168); }

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

background-color css

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

 a { background-color: rgb(152,27,168); }

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

border-color css

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

 span { border-color: rgb(152,27,168); }

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