Html Css Color HEX #981291 Dark Magenta

📋 copy color: '#981291'

red 152 ◦ green 18 ◦ blue 145

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

Shades of Dark Magenta #981291

Tints of Dark Magenta #981291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.71%

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 48.25%
G = 5.71%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#981291 (or 0x981291) is known color: Dark Magenta. HEX triplet: 98, 12 and 91. RGB value is (152,18,145). Sum of RGB (Red+Green+Blue) = 152+18+145=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #981291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981291 is #67ED6E. Grayscale: #484848. Windows color (decimal): -6810991 or 9507480. OLE color: 9507480.

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

Color convert

RGB 152 18 145 -
CMYK 0 0.88 0.05 0.40
HSL 303.13º 0.79% 0.33% -
HSV(B) 303.13º 0.88% 0.6% -
XYZ 18.28 9.15 27.59 -
YUV 72.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 152 18 145 0 0.88 0.05 0.40 303.13 0.79 0.33
Hex 98 12 91 0 58 5 28 12F 4F 21
Octal 230 22 221 0 130 5 50 457 117 41
Binary 10011000 10010 10010001 0 1011000 101 101000 100101111 1001111 100001

Color Harmonies of #981291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981291

Black with #981291

Text Example


Text Example

White with #981291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981291; }

 p { color: rgb(152,18,145); }

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

background-color css

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

 a { background-color: rgb(152,18,145); }

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

border-color css

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

 span { border-color: rgb(152,18,145); }

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