Html Css Color HEX #961489 Dark Magenta

📋 copy color: '#961489'

red 150 ◦ green 20 ◦ blue 137

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

Shades of Dark Magenta #961489

Tints of Dark Magenta #961489

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.51%

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

R = 48.86%
G = 6.51%
B = 44.63%

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

#961489 (or 0x961489) is known color: Dark Magenta. HEX triplet: 96, 14 and 89. RGB value is (150,20,137). Sum of RGB (Red+Green+Blue) = 150+20+137=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #961489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961489 is #69EB76. Grayscale: #474747. Windows color (decimal): -6941559 or 8983702. OLE color: 8983702.

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

Color convert

RGB 150 20 137 -
CMYK 0 0.87 0.09 0.41
HSL 306º 0.76% 0.33% -
HSV(B) 306º 0.87% 0.59% -
XYZ 17.34 8.79 24.45 -
YUV 72.21 164.57 183.49 -
System Red Green Blue C M Y K H S L
Decimal 150 20 137 0 0.87 0.09 0.41 306 0.76 0.33
Hex 96 14 89 0 57 9 29 132 4C 21
Octal 226 24 211 0 127 11 51 462 114 41
Binary 10010110 10100 10001001 0 1010111 1001 101001 100110010 1001100 100001

Color Harmonies of #961489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961489

Black with #961489

Text Example


Text Example

White with #961489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961489; }

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

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

background-color css

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

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

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

border-color css

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

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

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