Html Css Color HEX #96098D Dark Magenta

📋 copy color: '#96098D'

red 150 ◦ green 9 ◦ blue 141

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

Shades of Dark Magenta #96098D

Tints of Dark Magenta #96098D

RGB

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

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

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

R = 50%
G = 3%
B = 47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96098D (or 0x96098D) is known color: Dark Magenta. HEX triplet: 96, 09 and 8D. RGB value is (150,9,141). Sum of RGB (Red+Green+Blue) = 150+9+141=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96098D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96098D is #69F672. Grayscale: #414141. Windows color (decimal): -6944371 or 9243030. OLE color: 9243030.

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

Color convert

RGB 150 9 141 -
CMYK 0 0.94 0.06 0.41
HSL 303.83º 0.89% 0.31% -
HSV(B) 303.83º 0.94% 0.59% -
XYZ 17.48 8.6 25.94 -
YUV 66.21 170.21 187.77 -
System Red Green Blue C M Y K H S L
Decimal 150 9 141 0 0.94 0.06 0.41 303.83 0.89 0.31
Hex 96 9 8D 0 5E 6 29 130 59 1F
Octal 226 11 215 0 136 6 51 460 131 37
Binary 10010110 1001 10001101 0 1011110 110 101001 100110000 1011001 11111

Color Harmonies of #96098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96098D

Black with #96098D

Text Example


Text Example

White with #96098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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