Html Css Color HEX #961185 Dark Magenta

📋 copy color: '#961185'

red 150 ◦ green 17 ◦ blue 133

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

Shades of Dark Magenta #961185

Tints of Dark Magenta #961185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

 BLUE value IS 133 (52.34% from 255) = 44.33%

R = 50%
G = 5.67%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#961185 (or 0x961185) is known color: Dark Magenta. HEX triplet: 96, 11 and 85. RGB value is (150,17,133). Sum of RGB (Red+Green+Blue) = 150+17+133=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #961185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961185 is #69EE7A. Grayscale: #454545. Windows color (decimal): -6942331 or 8720790. OLE color: 8720790.

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

Color convert

RGB 150 17 133 -
CMYK 0 0.89 0.11 0.41
HSL 307.67º 0.8% 0.33% -
HSV(B) 307.67º 0.89% 0.59% -
XYZ 17.01 8.58 22.95 -
YUV 69.99 163.56 185.07 -
System Red Green Blue C M Y K H S L
Decimal 150 17 133 0 0.89 0.11 0.41 307.67 0.8 0.33
Hex 96 11 85 0 59 B 29 134 50 21
Octal 226 21 205 0 131 13 51 464 120 41
Binary 10010110 10001 10000101 0 1011001 1011 101001 100110100 1010000 100001

Color Harmonies of #961185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961185

Black with #961185

Text Example


Text Example

White with #961185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961185; }

 p { color: rgb(150,17,133); }

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

background-color css

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

 a { background-color: rgb(150,17,133); }

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

border-color css

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

 span { border-color: rgb(150,17,133); }

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