Html Css Color HEX #96168D Dark Magenta

📋 copy color: '#96168D'

red 150 ◦ green 22 ◦ blue 141

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

Shades of Dark Magenta #96168D

Tints of Dark Magenta #96168D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.03%

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

R = 47.92%
G = 7.03%
B = 45.05%

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

#96168D (or 0x96168D) is known color: Dark Magenta. HEX triplet: 96, 16 and 8D. RGB value is (150,22,141). Sum of RGB (Red+Green+Blue) = 150+22+141=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96168D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96168D is #69E972. Grayscale: #494949. Windows color (decimal): -6941043 or 9246358. OLE color: 9246358.

HSL color Cylindrical-coordinate representation of color #96168D: hue angle of 304.22º degrees, saturation: 0.74, 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 #96168D is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 22 141 -
CMYK 0 0.85 0.06 0.41
HSL 304.22º 0.74% 0.34% -
HSV(B) 304.22º 0.85% 0.59% -
XYZ 17.67 8.98 26 -
YUV 73.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 150 22 141 0 0.85 0.06 0.41 304.22 0.74 0.34
Hex 96 16 8D 0 55 6 29 130 4A 22
Octal 226 26 215 0 125 6 51 460 112 42
Binary 10010110 10110 10001101 0 1010101 110 101001 100110000 1001010 100010

Color Harmonies of #96168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96168D

Black with #96168D

Text Example


Text Example

White with #96168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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