Html Css Color HEX #981795 Dark Magenta

📋 copy color: '#981795'

red 152 ◦ green 23 ◦ blue 149

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

Shades of Dark Magenta #981795

Tints of Dark Magenta #981795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.1%

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 46.91%
G = 7.1%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#981795 (or 0x981795) is known color: Dark Magenta. HEX triplet: 98, 17 and 95. RGB value is (152,23,149). Sum of RGB (Red+Green+Blue) = 152+23+149=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #981795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #981795 is #67E86A. Grayscale: #4B4B4B. Windows color (decimal): -6809707 or 9770904. OLE color: 9770904.

HSL color Cylindrical-coordinate representation of color #981795: hue angle of 301.4º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981795 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 23 149 -
CMYK 0 0.85 0.02 0.40
HSL 301.4º 0.74% 0.34% -
HSV(B) 301.4º 0.85% 0.6% -
XYZ 18.68 9.46 29.27 -
YUV 75.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 152 23 149 0 0.85 0.02 0.40 301.4 0.74 0.34
Hex 98 17 95 0 55 2 28 12D 4A 22
Octal 230 27 225 0 125 2 50 455 112 42
Binary 10011000 10111 10010101 0 1010101 10 101000 100101101 1001010 100010

Color Harmonies of #981795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981795

Black with #981795

Text Example


Text Example

White with #981795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981795; }

 p { color: rgb(152,23,149); }

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

background-color css

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

 a { background-color: rgb(152,23,149); }

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

border-color css

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

 span { border-color: rgb(152,23,149); }

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