Html Css Color HEX #981090 Dark Magenta

📋 copy color: '#981090'

red 152 ◦ green 16 ◦ blue 144

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

Shades of Dark Magenta #981090

Tints of Dark Magenta #981090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 48.72%
G = 5.13%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#981090 (or 0x981090) is known color: Dark Magenta. HEX triplet: 98, 10 and 90. RGB value is (152,16,144). Sum of RGB (Red+Green+Blue) = 152+16+144=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #981090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981090 is #67EF6F. Grayscale: #464646. Windows color (decimal): -6811504 or 9441432. OLE color: 9441432.

HSL color Cylindrical-coordinate representation of color #981090: hue angle of 303.53º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981090 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 16 144 -
CMYK 0 0.89 0.05 0.40
HSL 303.53º 0.81% 0.33% -
HSV(B) 303.53º 0.89% 0.6% -
XYZ 18.17 9.06 27.18 -
YUV 71.26 169.06 185.59 -
System Red Green Blue C M Y K H S L
Decimal 152 16 144 0 0.89 0.05 0.40 303.53 0.81 0.33
Hex 98 10 90 0 59 5 28 130 51 21
Octal 230 20 220 0 131 5 50 460 121 41
Binary 10011000 10000 10010000 0 1011001 101 101000 100110000 1010001 100001

Color Harmonies of #981090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981090

Black with #981090

Text Example


Text Example

White with #981090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981090; }

 p { color: rgb(152,16,144); }

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

background-color css

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

 a { background-color: rgb(152,16,144); }

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

border-color css

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

 span { border-color: rgb(152,16,144); }

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