Html Css Color HEX #981293 Dark Magenta

📋 copy color: '#981293'

red 152 ◦ green 18 ◦ blue 147

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

Shades of Dark Magenta #981293

Tints of Dark Magenta #981293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.37%

R = 47.95%
G = 5.68%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#981293 (or 0x981293) is known color: Dark Magenta. HEX triplet: 98, 12 and 93. RGB value is (152,18,147). Sum of RGB (Red+Green+Blue) = 152+18+147=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #981293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981293 is #67ED6C. Grayscale: #484848. Windows color (decimal): -6810989 or 9638552. OLE color: 9638552.

HSL color Cylindrical-coordinate representation of color #981293: hue angle of 302.24º 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 #981293 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 18 147 -
CMYK 0 0.88 0.03 0.40
HSL 302.24º 0.79% 0.33% -
HSV(B) 302.24º 0.88% 0.6% -
XYZ 18.43 9.21 28.41 -
YUV 72.77 169.89 184.51 -
System Red Green Blue C M Y K H S L
Decimal 152 18 147 0 0.88 0.03 0.40 302.24 0.79 0.33
Hex 98 12 93 0 58 3 28 12E 4F 21
Octal 230 22 223 0 130 3 50 456 117 41
Binary 10011000 10010 10010011 0 1011000 11 101000 100101110 1001111 100001

Color Harmonies of #981293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981293

Black with #981293

Text Example


Text Example

White with #981293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981293; }

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

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

background-color css

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

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

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

border-color css

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

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

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