Html Css Color HEX #96129D Dark Magenta

📋 copy color: '#96129D'

red 150 ◦ green 18 ◦ blue 157

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

Shades of Dark Magenta #96129D

Tints of Dark Magenta #96129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.31%

R = 46.15%
G = 5.54%
B = 48.31%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96129D (or 0x96129D) is known color: Dark Magenta. HEX triplet: 96, 12 and 9D. RGB value is (150,18,157). Sum of RGB (Red+Green+Blue) = 150+18+157=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #96129D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96129D is #69ED62. Grayscale: #484848. Windows color (decimal): -6942051 or 10293910. OLE color: 10293910.

HSL color Cylindrical-coordinate representation of color #96129D: hue angle of 296.98º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96129D is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 18 157 -
CMYK 0.04 0.89 0 0.38
HSL 296.98º 0.79% 0.34% -
HSV(B) 296.98º 0.89% 0.62% -
XYZ 18.88 9.35 32.71 -
YUV 73.31 175.23 182.7 -
System Red Green Blue C M Y K H S L
Decimal 150 18 157 0.04 0.89 0 0.38 296.98 0.79 0.34
Hex 96 12 9D 4 59 0 26 129 4F 22
Octal 226 22 235 4 131 0 46 451 117 42
Binary 10010110 10010 10011101 100 1011001 0 100110 100101001 1001111 100010

Color Harmonies of #96129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96129D

Black with #96129D

Text Example


Text Example

White with #96129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,18,157); }

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

background-color css

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

 a { background-color: rgb(150,18,157); }

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

border-color css

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

 span { border-color: rgb(150,18,157); }

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