Html Css Color HEX #96048C Dark Magenta

📋 copy color: '#96048C'

red 150 ◦ green 4 ◦ blue 140

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

Shades of Dark Magenta #96048C

Tints of Dark Magenta #96048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 51.02%
G = 1.36%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96048C (or 0x96048C) is known color: Dark Magenta. HEX triplet: 96, 04 and 8C. RGB value is (150,4,140). Sum of RGB (Red+Green+Blue) = 150+4+140=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96048C is #69FB73. Grayscale: #3E3E3E. Windows color (decimal): -6945652 or 9176214. OLE color: 9176214.

HSL color Cylindrical-coordinate representation of color #96048C: hue angle of 304.11º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96048C is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 4 140 -
CMYK 0 0.97 0.07 0.41
HSL 304.11º 0.95% 0.3% -
HSV(B) 304.11º 0.97% 0.59% -
XYZ 17.35 8.46 25.53 -
YUV 63.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 150 4 140 0 0.97 0.07 0.41 304.11 0.95 0.3
Hex 96 4 8C 0 61 7 29 130 5F 1E
Octal 226 4 214 0 141 7 51 460 137 36
Binary 10010110 100 10001100 0 1100001 111 101001 100110000 1011111 11110

Color Harmonies of #96048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96048C

Black with #96048C

Text Example


Text Example

White with #96048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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