Html Css Color HEX #961389 Dark Magenta

📋 copy color: '#961389'

red 150 ◦ green 19 ◦ blue 137

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

Shades of Dark Magenta #961389

Tints of Dark Magenta #961389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.77%

R = 49.02%
G = 6.21%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#961389 (or 0x961389) is known color: Dark Magenta. HEX triplet: 96, 13 and 89. RGB value is (150,19,137). Sum of RGB (Red+Green+Blue) = 150+19+137=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #961389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961389 is #69EC76. Grayscale: #474747. Windows color (decimal): -6941815 or 8983446. OLE color: 8983446.

HSL color Cylindrical-coordinate representation of color #961389: hue angle of 305.95º 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 #961389 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 137 -
CMYK 0 0.87 0.09 0.41
HSL 305.95º 0.78% 0.33% -
HSV(B) 305.95º 0.87% 0.59% -
XYZ 17.33 8.76 24.44 -
YUV 71.62 164.9 183.91 -
System Red Green Blue C M Y K H S L
Decimal 150 19 137 0 0.87 0.09 0.41 305.95 0.78 0.33
Hex 96 13 89 0 57 9 29 132 4E 21
Octal 226 23 211 0 127 11 51 462 116 41
Binary 10010110 10011 10001001 0 1010111 1001 101001 100110010 1001110 100001

Color Harmonies of #961389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961389

Black with #961389

Text Example


Text Example

White with #961389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961389; }

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

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

background-color css

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

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

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

border-color css

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

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

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