Html Css Color HEX #96049A Dark Magenta

📋 copy color: '#96049A'

red 150 ◦ green 4 ◦ blue 154

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

Shades of Dark Magenta #96049A

Tints of Dark Magenta #96049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.3%

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

R = 48.7%
G = 1.3%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#96049A (or 0x96049A) is known color: Dark Magenta. HEX triplet: 96, 04 and 9A. RGB value is (150,4,154). Sum of RGB (Red+Green+Blue) = 150+4+154=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 154 (60.55% from 255 or 50% from 308); Max value from RGB is 154 - color contains mainly: blue. Hex color #96049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96049A is #69FB65. Grayscale: #404040. Windows color (decimal): -6945638 or 10093718. OLE color: 10093718.

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

Color convert

RGB 150 4 154 -
CMYK 0.03 0.97 0 0.40
HSL 298.4º 0.95% 0.31% -
HSV(B) 298.4º 0.97% 0.6% -
XYZ 18.45 8.9 31.32 -
YUV 64.75 178.37 188.8 -
System Red Green Blue C M Y K H S L
Decimal 150 4 154 0.03 0.97 0 0.40 298.4 0.95 0.31
Hex 96 4 9A 3 61 0 28 12A 5F 1F
Octal 226 4 232 3 141 0 50 452 137 37
Binary 10010110 100 10011010 11 1100001 0 101000 100101010 1011111 11111

Color Harmonies of #96049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96049A

Black with #96049A

Text Example


Text Example

White with #96049A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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