Html Css Color HEX #960290 Dark Magenta

📋 copy color: '#960290'

red 150 ◦ green 2 ◦ blue 144

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

Shades of Dark Magenta #960290

Tints of Dark Magenta #960290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 144 (56.64% from 255) = 48.65%

R = 50.68%
G = 0.68%
B = 48.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#960290 (or 0x960290) is known color: Dark Magenta. HEX triplet: 96, 02 and 90. RGB value is (150,2,144). Sum of RGB (Red+Green+Blue) = 150+2+144=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #960290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960290 is #69FD6F. Grayscale: #3E3E3E. Windows color (decimal): -6946160 or 9437846. OLE color: 9437846.

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

Color convert

RGB 150 2 144 -
CMYK 0 0.99 0.04 0.41
HSL 302.43º 0.97% 0.3% -
HSV(B) 302.43º 0.99% 0.59% -
XYZ 17.63 8.54 27.1 -
YUV 62.44 174.03 190.45 -
System Red Green Blue C M Y K H S L
Decimal 150 2 144 0 0.99 0.04 0.41 302.43 0.97 0.3
Hex 96 2 90 0 63 4 29 12E 61 1E
Octal 226 2 220 0 143 4 51 456 141 36
Binary 10010110 10 10010000 0 1100011 100 101001 100101110 1100001 11110

Color Harmonies of #960290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960290

Black with #960290

Text Example


Text Example

White with #960290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960290; }

 p { color: rgb(150,2,144); }

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

background-color css

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

 a { background-color: rgb(150,2,144); }

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

border-color css

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

 span { border-color: rgb(150,2,144); }

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