Html Css Color HEX #96097C Dark Magenta

📋 copy color: '#96097C'

red 150 ◦ green 9 ◦ blue 124

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

Shades of Dark Magenta #96097C

Tints of Dark Magenta #96097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

 BLUE value IS 124 (48.83% from 255) = 43.82%

R = 53%
G = 3.18%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96097C (or 0x96097C) is known color: Dark Magenta. HEX triplet: 96, 09 and 7C. RGB value is (150,9,124). Sum of RGB (Red+Green+Blue) = 150+9+124=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96097C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96097C is #69F683. Grayscale: #3F3F3F. Windows color (decimal): -6944388 or 8128918. OLE color: 8128918.

HSL color Cylindrical-coordinate representation of color #96097C: hue angle of 311.06º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96097C is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 9 124 -
CMYK 0 0.94 0.17 0.41
HSL 311.06º 0.89% 0.31% -
HSV(B) 311.06º 0.94% 0.59% -
XYZ 16.31 8.13 19.78 -
YUV 64.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 150 9 124 0 0.94 0.17 0.41 311.06 0.89 0.31
Hex 96 9 7C 0 5E 11 29 137 59 1F
Octal 226 11 174 0 136 21 51 467 131 37
Binary 10010110 1001 1111100 0 1011110 10001 101001 100110111 1011001 11111

Color Harmonies of #96097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96097C

Black with #96097C

Text Example


Text Example

White with #96097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96097C; }

 p { color: rgb(150,9,124); }

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

background-color css

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

 a { background-color: rgb(150,9,124); }

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

border-color css

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

 span { border-color: rgb(150,9,124); }

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