Html Css Color HEX #961895 Dark Magenta

📋 copy color: '#961895'

red 150 ◦ green 24 ◦ blue 149

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

Shades of Dark Magenta #961895

Tints of Dark Magenta #961895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.43%

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

R = 46.44%
G = 7.43%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#961895 (or 0x961895) is known color: Dark Magenta. HEX triplet: 96, 18 and 95. RGB value is (150,24,149). Sum of RGB (Red+Green+Blue) = 150+24+149=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #961895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961895 is #69E76A. Grayscale: #4B4B4B. Windows color (decimal): -6940523 or 9771158. OLE color: 9771158.

HSL color Cylindrical-coordinate representation of color #961895: hue angle of 300.48º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961895 is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 149 -
CMYK 0 0.84 0.01 0.41
HSL 300.48º 0.72% 0.34% -
HSV(B) 300.48º 0.84% 0.59% -
XYZ 18.33 9.31 29.26 -
YUV 75.92 169.24 180.84 -
System Red Green Blue C M Y K H S L
Decimal 150 24 149 0 0.84 0.01 0.41 300.48 0.72 0.34
Hex 96 18 95 0 54 1 29 12C 48 22
Octal 226 30 225 0 124 1 51 454 110 42
Binary 10010110 11000 10010101 0 1010100 1 101001 100101100 1001000 100010

Color Harmonies of #961895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961895

Black with #961895

Text Example


Text Example

White with #961895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961895; }

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

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

background-color css

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

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

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

border-color css

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

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

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