Html Css Color HEX #961388 Dark Magenta

📋 copy color: '#961388'

red 150 ◦ green 19 ◦ blue 136

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

Shades of Dark Magenta #961388

Tints of Dark Magenta #961388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.59%

R = 49.18%
G = 6.23%
B = 44.59%

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

#961388 (or 0x961388) is known color: Dark Magenta. HEX triplet: 96, 13 and 88. RGB value is (150,19,136). Sum of RGB (Red+Green+Blue) = 150+19+136=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #961388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961388 is #69EC77. Grayscale: #474747. Windows color (decimal): -6941816 or 8917910. OLE color: 8917910.

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

Color convert

RGB 150 19 136 -
CMYK 0 0.87 0.09 0.41
HSL 306.41º 0.78% 0.33% -
HSV(B) 306.41º 0.87% 0.59% -
XYZ 17.25 8.73 24.07 -
YUV 71.51 164.4 183.99 -
System Red Green Blue C M Y K H S L
Decimal 150 19 136 0 0.87 0.09 0.41 306.41 0.78 0.33
Hex 96 13 88 0 57 9 29 132 4E 21
Octal 226 23 210 0 127 11 51 462 116 41
Binary 10010110 10011 10001000 0 1010111 1001 101001 100110010 1001110 100001

Color Harmonies of #961388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961388

Black with #961388

Text Example


Text Example

White with #961388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961388; }

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

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

background-color css

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

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

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

border-color css

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

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

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