Html Css Color HEX #961390 Dark Magenta

📋 copy color: '#961390'

red 150 ◦ green 19 ◦ blue 144

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

Shades of Dark Magenta #961390

Tints of Dark Magenta #961390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.07%

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

R = 47.92%
G = 6.07%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#961390 (or 0x961390) is known color: Dark Magenta. HEX triplet: 96, 13 and 90. RGB value is (150,19,144). Sum of RGB (Red+Green+Blue) = 150+19+144=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #961390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961390 is #69EC6F. Grayscale: #484848. Windows color (decimal): -6941808 or 9442198. OLE color: 9442198.

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

Color convert

RGB 150 19 144 -
CMYK 0 0.87 0.04 0.41
HSL 302.75º 0.78% 0.33% -
HSV(B) 302.75º 0.87% 0.59% -
XYZ 17.84 8.96 27.18 -
YUV 72.42 168.4 183.34 -
System Red Green Blue C M Y K H S L
Decimal 150 19 144 0 0.87 0.04 0.41 302.75 0.78 0.33
Hex 96 13 90 0 57 4 29 12F 4E 21
Octal 226 23 220 0 127 4 51 457 116 41
Binary 10010110 10011 10010000 0 1010111 100 101001 100101111 1001110 100001

Color Harmonies of #961390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961390

Black with #961390

Text Example


Text Example

White with #961390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961390; }

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

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

background-color css

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

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

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

border-color css

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

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

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