Html Css Color HEX #961C92 Dark Magenta

📋 copy color: '#961C92'

red 150 ◦ green 28 ◦ blue 146

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

Shades of Dark Magenta #961C92

Tints of Dark Magenta #961C92

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.64%

 BLUE value IS 146 (57.42% from 255) = 45.06%

R = 46.3%
G = 8.64%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#961C92 (or 0x961C92) is known color: Dark Magenta. HEX triplet: 96, 1C and 92. RGB value is (150,28,146). Sum of RGB (Red+Green+Blue) = 150+28+146=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #961C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961C92 is #69E36D. Grayscale: #4D4D4D. Windows color (decimal): -6939502 or 9575574. OLE color: 9575574.

HSL color Cylindrical-coordinate representation of color #961C92: hue angle of 301.97º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961C92 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 28 146 -
CMYK 0 0.81 0.03 0.41
HSL 301.97º 0.69% 0.35% -
HSV(B) 301.97º 0.81% 0.59% -
XYZ 18.18 9.39 28.05 -
YUV 77.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 150 28 146 0 0.81 0.03 0.41 301.97 0.69 0.35
Hex 96 1C 92 0 51 3 29 12E 45 23
Octal 226 34 222 0 121 3 51 456 105 43
Binary 10010110 11100 10010010 0 1010001 11 101001 100101110 1000101 100011

Color Harmonies of #961C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C92

Black with #961C92

Text Example


Text Example

White with #961C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961C92; }

 p { color: rgb(150,28,146); }

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

background-color css

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

 a { background-color: rgb(150,28,146); }

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

border-color css

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

 span { border-color: rgb(150,28,146); }

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