Html Css Color HEX #961290 Dark Magenta

📋 copy color: '#961290'

red 150 ◦ green 18 ◦ blue 144

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

Shades of Dark Magenta #961290

Tints of Dark Magenta #961290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

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

R = 48.08%
G = 5.77%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#961290 (or 0x961290) is known color: Dark Magenta. HEX triplet: 96, 12 and 90. RGB value is (150,18,144). Sum of RGB (Red+Green+Blue) = 150+18+144=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #961290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961290 is #69ED6F. Grayscale: #474747. Windows color (decimal): -6942064 or 9441942. OLE color: 9441942.

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

Color convert

RGB 150 18 144 -
CMYK 0 0.88 0.04 0.41
HSL 302.73º 0.79% 0.33% -
HSV(B) 302.73º 0.88% 0.59% -
XYZ 17.83 8.93 27.17 -
YUV 71.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 150 18 144 0 0.88 0.04 0.41 302.73 0.79 0.33
Hex 96 12 90 0 58 4 29 12F 4F 21
Octal 226 22 220 0 130 4 51 457 117 41
Binary 10010110 10010 10010000 0 1011000 100 101001 100101111 1001111 100001

Color Harmonies of #961290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961290

Black with #961290

Text Example


Text Example

White with #961290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961290; }

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

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

background-color css

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

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

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

border-color css

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

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

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