Html Css Color HEX #961890 Dark Magenta

📋 copy color: '#961890'

red 150 ◦ green 24 ◦ blue 144

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

Shades of Dark Magenta #961890

Tints of Dark Magenta #961890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

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

R = 47.17%
G = 7.55%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#961890 (or 0x961890) is known color: Dark Magenta. HEX triplet: 96, 18 and 90. RGB value is (150,24,144). Sum of RGB (Red+Green+Blue) = 150+24+144=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #961890 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961890 is #69E76F. Grayscale: #4B4B4B. Windows color (decimal): -6940528 or 9443478. OLE color: 9443478.

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

Color convert

RGB 150 24 144 -
CMYK 0 0.84 0.04 0.41
HSL 302.86º 0.72% 0.34% -
HSV(B) 302.86º 0.84% 0.59% -
XYZ 17.94 9.15 27.21 -
YUV 75.35 166.74 181.24 -
System Red Green Blue C M Y K H S L
Decimal 150 24 144 0 0.84 0.04 0.41 302.86 0.72 0.34
Hex 96 18 90 0 54 4 29 12F 48 22
Octal 226 30 220 0 124 4 51 457 110 42
Binary 10010110 11000 10010000 0 1010100 100 101001 100101111 1001000 100010

Color Harmonies of #961890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961890

Black with #961890

Text Example


Text Example

White with #961890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961890; }

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

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

background-color css

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

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

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

border-color css

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

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

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