Html Css Color HEX #96178F Dark Magenta

📋 copy color: '#96178F'

red 150 ◦ green 23 ◦ blue 143

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

Shades of Dark Magenta #96178F

Tints of Dark Magenta #96178F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.25%

R = 47.47%
G = 7.28%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96178F (or 0x96178F) is known color: Dark Magenta. HEX triplet: 96, 17 and 8F. RGB value is (150,23,143). Sum of RGB (Red+Green+Blue) = 150+23+143=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #96178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96178F is #69E870. Grayscale: #4A4A4A. Windows color (decimal): -6940785 or 9377686. OLE color: 9377686.

HSL color Cylindrical-coordinate representation of color #96178F: hue angle of 303.31º 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 #96178F is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 143 -
CMYK 0 0.85 0.05 0.41
HSL 303.31º 0.73% 0.34% -
HSV(B) 303.31º 0.85% 0.59% -
XYZ 17.84 9.08 26.8 -
YUV 74.65 166.58 181.74 -
System Red Green Blue C M Y K H S L
Decimal 150 23 143 0 0.85 0.05 0.41 303.31 0.73 0.34
Hex 96 17 8F 0 55 5 29 12F 49 22
Octal 226 27 217 0 125 5 51 457 111 42
Binary 10010110 10111 10001111 0 1010101 101 101001 100101111 1001001 100010

Color Harmonies of #96178F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96178F

Black with #96178F

Text Example


Text Example

White with #96178F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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