Html Css Color HEX #96099A Dark Magenta

📋 copy color: '#96099A'

red 150 ◦ green 9 ◦ blue 154

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

Shades of Dark Magenta #96099A

Tints of Dark Magenta #96099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.2%

R = 47.92%
G = 2.88%
B = 49.2%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#96099A (or 0x96099A) is known color: Dark Magenta. HEX triplet: 96, 09 and 9A. RGB value is (150,9,154). Sum of RGB (Red+Green+Blue) = 150+9+154=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #96099A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96099A is #69F665. Grayscale: #434343. Windows color (decimal): -6944358 or 10094998. OLE color: 10094998.

HSL color Cylindrical-coordinate representation of color #96099A: hue angle of 298.34º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96099A is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 9 154 -
CMYK 0.03 0.94 0 0.40
HSL 298.34º 0.89% 0.32% -
HSV(B) 298.34º 0.94% 0.6% -
XYZ 18.51 9.01 31.34 -
YUV 67.69 176.71 186.71 -
System Red Green Blue C M Y K H S L
Decimal 150 9 154 0.03 0.94 0 0.40 298.34 0.89 0.32
Hex 96 9 9A 3 5E 0 28 12A 59 20
Octal 226 11 232 3 136 0 50 452 131 40
Binary 10010110 1001 10011010 11 1011110 0 101000 100101010 1011001 100000

Color Harmonies of #96099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96099A

Black with #96099A

Text Example


Text Example

White with #96099A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96099A; }

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

 H1.HeaderClassName
 {
   color: #96099A;
 }
 .AnyTagClassName
 {
   color: #96099A;
 }
</style>

background-color css

<style>
 a { background-color: #96099A; }

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

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

border-color css

<style>
 span { border-color: #96099A; }

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

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