Html Css Color HEX #96178D Dark Magenta

📋 copy color: '#96178D'

red 150 ◦ green 23 ◦ blue 141

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

Shades of Dark Magenta #96178D

Tints of Dark Magenta #96178D

RGB

 RED value IS 150 (58.98% from 255) = 47.77%

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

 BLUE value IS 141 (55.47% from 255) = 44.9%

R = 47.77%
G = 7.32%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96178D (or 0x96178D) is known color: Dark Magenta. HEX triplet: 96, 17 and 8D. RGB value is (150,23,141). Sum of RGB (Red+Green+Blue) = 150+23+141=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96178D is #69E872. Grayscale: #4A4A4A. Windows color (decimal): -6940787 or 9246614. OLE color: 9246614.

HSL color Cylindrical-coordinate representation of color #96178D: hue angle of 304.25º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96178D is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 141 -
CMYK 0 0.85 0.06 0.41
HSL 304.25º 0.73% 0.34% -
HSV(B) 304.25º 0.85% 0.59% -
XYZ 17.69 9.02 26.01 -
YUV 74.43 165.58 181.91 -
System Red Green Blue C M Y K H S L
Decimal 150 23 141 0 0.85 0.06 0.41 304.25 0.73 0.34
Hex 96 17 8D 0 55 6 29 130 49 22
Octal 226 27 215 0 125 6 51 460 111 42
Binary 10010110 10111 10001101 0 1010101 110 101001 100110000 1001001 100010

Color Harmonies of #96178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96178D

Black with #96178D

Text Example


Text Example

White with #96178D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96178D; }

 p { color: rgb(150,23,141); }

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

background-color css

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

 a { background-color: rgb(150,23,141); }

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

border-color css

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

 span { border-color: rgb(150,23,141); }

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