Html Css Color HEX #961195 Dark Magenta

📋 copy color: '#961195'

red 150 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #961195

Tints of Dark Magenta #961195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47.15%

R = 47.47%
G = 5.38%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#961195 (or 0x961195) is known color: Dark Magenta. HEX triplet: 96, 11 and 95. RGB value is (150,17,149). Sum of RGB (Red+Green+Blue) = 150+17+149=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #961195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961195 is #69EE6A. Grayscale: #474747. Windows color (decimal): -6942315 or 9769366. OLE color: 9769366.

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

Color convert

RGB 150 17 149 -
CMYK 0 0.89 0.01 0.41
HSL 300.45º 0.8% 0.33% -
HSV(B) 300.45º 0.89% 0.59% -
XYZ 18.2 9.05 29.22 -
YUV 71.82 171.56 183.77 -
System Red Green Blue C M Y K H S L
Decimal 150 17 149 0 0.89 0.01 0.41 300.45 0.8 0.33
Hex 96 11 95 0 59 1 29 12C 50 21
Octal 226 21 225 0 131 1 51 454 120 41
Binary 10010110 10001 10010101 0 1011001 1 101001 100101100 1010000 100001

Color Harmonies of #961195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961195

Black with #961195

Text Example


Text Example

White with #961195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961195; }

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

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

background-color css

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

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

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

border-color css

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

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

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